mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[FASTFAT]
Don't over-reference our FCB in case of volume opening (vfatAttachFCBToFileObject() already references it). This fixes 1st stage and beyond with IopParseDevice hack off svn path=/trunk/; revision=65118
This commit is contained in:
@@ -497,7 +497,6 @@ VfatCreateFile(
|
||||
|
||||
pFcb = DeviceExt->VolumeFcb;
|
||||
vfatAttachFCBToFileObject(DeviceExt, pFcb, FileObject);
|
||||
vfatGrabFCB(DeviceExt, pFcb);
|
||||
|
||||
Irp->IoStatus.Information = FILE_OPENED;
|
||||
return STATUS_SUCCESS;
|
||||
|
||||
Reference in New Issue
Block a user