Changeset 27522 in vbox for trunk/src/VBox/VMM
- Timestamp:
- Mar 19, 2010 11:06:40 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59027
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp
r27521 r27522 1847 1847 else 1848 1848 { 1849 #ifndef VBOX_WITH_IO_READ_CACHE 1849 1850 /* No entry found for this offset. Create a new entry and fetch the data to the cache. */ 1850 1851 PPDMACFILECACHEENTRY pEntryNew = pdmacFileEpCacheEntryCreate(pEndpoint, … … 1872 1873 } 1873 1874 else 1875 #endif 1874 1876 { 1875 1877 /* … … 1877 1879 * Pass the request directly to the I/O manager. 1878 1880 */ 1879 LogFlow(("Couldn't evict %u bytes from the cache. Remaining request will be passed through\n", cbToRead));1881 //LogFlow(("Couldn't evict %u bytes from the cache. Remaining request will be passed through\n", cbToRead)); 1880 1882 1881 1883 pdmacFileEpCacheRequestPassthrough(pEndpoint, pTask,
Note:
See TracChangeset
for help on using the changeset viewer.