mirror of
https://github.com/reactos/reactos.git
synced 2024-11-27 13:33:32 +08:00
[NTOSKRNL]
When CcPurgeCacheSection() succeed, make it return TRUE so that callers don't believe it always fail
This commit is contained in:
parent
5d2e34d1d4
commit
4768a371f4
@ -213,7 +213,7 @@ CcPurgeCacheSection (
|
||||
CcRosInternalFreeVacb(Vacb);
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user