[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:
Pierre Schweitzer 2014-10-30 07:46:25 +00:00
parent 9288b1ab76
commit 2009765b6a

View file

@ -497,7 +497,6 @@ VfatCreateFile(
pFcb = DeviceExt->VolumeFcb;
vfatAttachFCBToFileObject(DeviceExt, pFcb, FileObject);
vfatGrabFCB(DeviceExt, pFcb);
Irp->IoStatus.Information = FILE_OPENED;
return STATUS_SUCCESS;