mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NTOSKRNL] Don't set VACB dirty on release if already dirty
CORE-15954
This commit is contained in:
parent
c714b7fd67
commit
77b6899d89
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
Offset.QuadPart += VACB_MAPPING_GRANULARITY;
|
||||||
|
|
Loading…
Reference in a new issue