From: Hermès Bélusca-Maïto Date: Tue, 16 Sep 2014 18:43:16 +0000 (+0000) Subject: [NTOS]: Do not break into kdbg because PopFlushVolumes is not fully implemented.... X-Git-Tag: backups/0.3.17@66124~556 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=28b04f02e89ce10a89c1e1d125e6378ab8e22c88 [NTOS]: Do not break into kdbg because PopFlushVolumes is not fully implemented. Fixes apparent BSOD when trying the "Hibernate" and "Stand By" options in the Task Manager. CORE-8537 #resolve #comment Demote UNIMPLEMENTED_DBGBREAK for UNIMPLEMENTED in the non-implemented case of PopFlushVolumes. Fixes the apparent BSOD. svn path=/trunk/; revision=64170 --- diff --git a/reactos/ntoskrnl/po/povolume.c b/reactos/ntoskrnl/po/povolume.c index 13cb5ef5d25..053cefbe194 100644 --- a/reactos/ntoskrnl/po/povolume.c +++ b/reactos/ntoskrnl/po/povolume.c @@ -299,7 +299,7 @@ PopFlushVolumes(IN BOOLEAN ShuttingDown) if (!(FlushPolicy & 2)) { /* ReactOS only implements this routine for shutdown, which requires it */ - UNIMPLEMENTED_DBGBREAK(); + UNIMPLEMENTED; } /* Check if there were no volumes at all */