VirtualBox

Changeset 27522 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Mar 19, 2010 11:06:40 AM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59027
Message:

I/O cache: Disable read cache

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp

    r27521 r27522  
    18471847        else
    18481848        {
     1849#ifndef VBOX_WITH_IO_READ_CACHE
    18491850            /* No entry found for this offset. Create a new entry and fetch the data to the cache. */
    18501851            PPDMACFILECACHEENTRY pEntryNew = pdmacFileEpCacheEntryCreate(pEndpoint,
     
    18721873            }
    18731874            else
     1875#endif
    18741876            {
    18751877                /*
     
    18771879                 * Pass the request directly to the I/O manager.
    18781880                 */
    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));
    18801882
    18811883                pdmacFileEpCacheRequestPassthrough(pEndpoint, pTask,
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette