From cfb13ee21403019cd47f509dcd5b2e8c5c3dacd8 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Fri, 31 Oct 2014 11:22:26 +0000 Subject: [PATCH] [NTOSKRNL] Revert r65120... Which was reverting r65119... Which was reverting r65117... Which was reverting r65110... Which was reverting r65107... Which was reverting r65104! To make it short? Fuck you IopParseDevice() hack! And this time, I hope this is the right one! I couldn't reproduce any of the previous issues in my WC. svn path=/trunk/; revision=65142 --- reactos/ntoskrnl/io/iomgr/file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/ntoskrnl/io/iomgr/file.c b/reactos/ntoskrnl/io/iomgr/file.c index cf10cfebd4d..7fa19e5acce 100644 --- a/reactos/ntoskrnl/io/iomgr/file.c +++ b/reactos/ntoskrnl/io/iomgr/file.c @@ -419,7 +419,7 @@ IopParseDevice(IN PVOID ParseObject, DirectOpen = TRUE; } -#if 1 +#if 0 /* FIXME: Small hack still exists, have to check why... * This is triggered multiple times by usetup and then once per boot. */