Author: osiejka
Date: Fri Jun  3 13:34:29 2011
New Revision: 52075

URL: http://svn.reactos.org/svn/reactos?rev=52075&view=rev
Log:
[NTOSKRNL]
Hackfix to r52065:
- Comment out call to IopDecrementDeviceObjectRef in IopLoadFileSystemDriver, 
on Pierre's request. Needs more research. Should fix boot and testcd ASSERT in 
2nd stage.

Modified:
    trunk/reactos/ntoskrnl/io/iomgr/volume.c

Modified: trunk/reactos/ntoskrnl/io/iomgr/volume.c
URL: 
http://svn.reactos.org/svn/reactos/trunk/reactos/ntoskrnl/io/iomgr/volume.c?rev=52075&r1=52074&r2=52075&view=diff
==============================================================================
--- trunk/reactos/ntoskrnl/io/iomgr/volume.c [iso-8859-1] (original)
+++ trunk/reactos/ntoskrnl/io/iomgr/volume.c [iso-8859-1] Fri Jun  3 13:34:29 
2011
@@ -448,8 +448,8 @@
         }
     }
 
-    /* Dereference DO - FsRec? */
-    IopDecrementDeviceObjectRef(AttachedDeviceObject, TRUE);
+    /* Dereference DO - FsRec? - Comment out call, since it breaks up 2nd 
stage boot, needs more research. */
+//  IopDecrementDeviceObjectRef(AttachedDeviceObject, TRUE);
 }
 
 /*


Reply via email to