mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NTOSKRNL] Set the MemoryMaker flag when executing write behind
This commit is contained in:
parent
7e97071c8b
commit
e16241255d
1 changed files with 2 additions and 0 deletions
|
@ -307,7 +307,9 @@ CcWorkerThread(
|
|||
break;
|
||||
|
||||
case WriteBehind:
|
||||
PsGetCurrentThread()->MemoryMaker = 1;
|
||||
CcWriteBehind();
|
||||
PsGetCurrentThread()->MemoryMaker = 0;
|
||||
WritePerformed = TRUE;
|
||||
break;
|
||||
|
||||
|
|
Loading…
Reference in a new issue