mirror of
https://github.com/reactos/reactos.git
synced 2024-12-03 00:13:32 +08:00
[NTOSKRNL] Don't set VACB dirty on release if already dirty
CORE-15954
This commit is contained in:
parent
c714b7fd67
commit
77b6899d89
@ -1138,7 +1138,7 @@ CcFlushCache (
|
||||
}
|
||||
}
|
||||
|
||||
CcRosReleaseVacb(SharedCacheMap, current, current->Valid, current->Dirty, FALSE);
|
||||
CcRosReleaseVacb(SharedCacheMap, current, current->Valid, FALSE, FALSE);
|
||||
}
|
||||
|
||||
Offset.QuadPart += VACB_MAPPING_GRANULARITY;
|
||||
|
Loading…
Reference in New Issue
Block a user