Index: /trunk/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp
===================================================================
--- /trunk/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp	(revision 27521)
+++ /trunk/src/VBox/VMM/PDMAsyncCompletionFileCache.cpp	(revision 27522)
@@ -1847,4 +1847,5 @@
         else
         {
+#ifndef VBOX_WITH_IO_READ_CACHE
             /* No entry found for this offset. Create a new entry and fetch the data to the cache. */
             PPDMACFILECACHEENTRY pEntryNew = pdmacFileEpCacheEntryCreate(pEndpoint,
@@ -1872,4 +1873,5 @@
             }
             else
+#endif
             {
                 /*
@@ -1877,5 +1879,5 @@
                  * Pass the request directly to the I/O manager.
                  */
-                LogFlow(("Couldn't evict %u bytes from the cache. Remaining request will be passed through\n", cbToRead));
+                //LogFlow(("Couldn't evict %u bytes from the cache. Remaining request will be passed through\n", cbToRead));
 
                 pdmacFileEpCacheRequestPassthrough(pEndpoint, pTask,
