mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[NTOSKRNL] Magic value--
This commit is contained in:
parent
c0a227d9a5
commit
c19c7c7674
1 changed files with 1 additions and 1 deletions
|
@ -1277,7 +1277,7 @@ CcRosInitializeFileCache (
|
|||
/* Initialize it */
|
||||
RtlZeroMemory(PrivateMap, sizeof(PRIVATE_CACHE_MAP));
|
||||
PrivateMap->NodeTypeCode = NODE_TYPE_PRIVATE_MAP;
|
||||
PrivateMap->ReadAheadMask = 0xFFF;
|
||||
PrivateMap->ReadAheadMask = PAGE_SIZE - 1;
|
||||
PrivateMap->FileObject = FileObject;
|
||||
|
||||
/* Link it to the file */
|
||||
|
|
Loading…
Reference in a new issue