Author: pschweitzer Date: Wed Oct 29 21:22:36 2014 New Revision: 65107
URL: http://svn.reactos.org/svn/reactos?rev=65107&view=rev Log: [NTOSKRNL] Reenable hack due to popular pressure. Still better than fixing it, it seems... So, break again volume opening.
Modified: trunk/reactos/ntoskrnl/io/iomgr/file.c
Modified: trunk/reactos/ntoskrnl/io/iomgr/file.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/iomgr/file.c?re... ============================================================================== --- trunk/reactos/ntoskrnl/io/iomgr/file.c [iso-8859-1] (original) +++ trunk/reactos/ntoskrnl/io/iomgr/file.c [iso-8859-1] Wed Oct 29 21:22:36 2014 @@ -419,7 +419,7 @@ 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. */