mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
Disable CcScheduleReadAhead call
This commit is contained in:
parent
6d97d8d2e1
commit
91f6fa0259
1 changed files with 2 additions and 0 deletions
|
@ -556,6 +556,7 @@ CcCopyRead (
|
|||
IoStatus->Status = STATUS_SUCCESS;
|
||||
IoStatus->Information = ReadLength;
|
||||
|
||||
#if 0
|
||||
/* If that was a successful sync read operation, let's handle read ahead */
|
||||
if (Length == 0 && Wait)
|
||||
{
|
||||
|
@ -576,6 +577,7 @@ CcCopyRead (
|
|||
PrivateCacheMap->FileOffset2.QuadPart = FileOffset->QuadPart;
|
||||
PrivateCacheMap->BeyondLastByte2.QuadPart = FileOffset->QuadPart + ReadLength;
|
||||
}
|
||||
#endif
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue