Author: cgutman
Date: Wed Dec 21 20:19:20 2011
New Revision: 54732
URL:
http://svn.reactos.org/svn/reactos?rev=54732&view=rev
Log:
[NTOSKRNL]
- Don't wait to flush dirty pages during shutdown
- This is a hack to fix KVM
Modified:
trunk/reactos/ntoskrnl/po/power.c
Modified: trunk/reactos/ntoskrnl/po/power.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/po/power.c?rev=54…
==============================================================================
--- trunk/reactos/ntoskrnl/po/power.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/po/power.c [iso-8859-1] Wed Dec 21 20:19:20 2011
@@ -902,7 +902,7 @@
#ifndef NEWCC
/* Flush dirty cache pages */
- CcRosFlushDirtyPages(-1, &Dummy, TRUE);
+ CcRosFlushDirtyPages(-1, &Dummy, FALSE); //HACK: We really should wait here!
#else
Dummy = 0;
#endif