From a65c5549f992a770de7e4e984ad8854887c90894 Mon Sep 17 00:00:00 2001 From: Pierre Schweitzer Date: Wed, 29 Oct 2014 21:22:36 +0000 Subject: [PATCH] [NTOSKRNL] Reenable hack due to popular pressure. Still better than fixing it, it seems... So, break again volume opening. svn path=/trunk/; revision=65107 --- 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 7fa19e5acce..cf10cfebd4d 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 0 +#if 1 /* FIXME: Small hack still exists, have to check why... * This is triggered multiple times by usetup and then once per boot. */