mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 05:51:26 +08:00
[NTOSKRNL] Don't set VACB dirty on release if already dirty
CORE-15954
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user