mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[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:
@@ -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);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user