Partially fixed up tree after merge from HEAD. More to do.
[reactos.git] / reactos / boot / freeldr / freeldr / cache / cache.c
index eaf024f..b51cace 100644 (file)
@@ -284,7 +284,7 @@ BOOLEAN CacheForceDiskSectorsIntoCache(ULONG DiskNumber, ULONG StartSector, ULON
                //
                // Lock the sectors into the cache
                //
-               CacheBlock->LockedInCache = TRUE;
+               CacheBlock->LockedInCache = FALSE; //TRUE;
        }
 
        return TRUE;