diff --git a/reactos/ntoskrnl/io/iomgr/volume.c b/reactos/ntoskrnl/io/iomgr/volume.c index 6466f07c1ce..725246927ad 100644 --- a/reactos/ntoskrnl/io/iomgr/volume.c +++ b/reactos/ntoskrnl/io/iomgr/volume.c @@ -448,8 +448,8 @@ IopLoadFileSystemDriver(IN PDEVICE_OBJECT DeviceObject) } } - /* 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); } /*