mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-31 12:23:31 +00:00
[NTOSKRNL]
- Don't wait to flush dirty pages during shutdown - This is a hack to fix KVM svn path=/trunk/; revision=54732
This commit is contained in:
@@ -902,7 +902,7 @@ NtSetSystemPowerState(IN POWER_ACTION SystemAction,
|
||||
|
||||
#ifndef NEWCC
|
||||
/* Flush dirty cache pages */
|
||||
CcRosFlushDirtyPages(-1, &Dummy, TRUE);
|
||||
CcRosFlushDirtyPages(-1, &Dummy, FALSE); //HACK: We really should wait here!
|
||||
#else
|
||||
Dummy = 0;
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user