[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.

svn path=/trunk/; revision=52075
This commit is contained in:
Olaf Siejka 2011-06-03 13:34:29 +00:00
parent ddd9f2dc77
commit 397ee7399e

View file

@ -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);
}
/*