Author: pschweitzer
Date: Thu Oct 30 07:46:25 2014
New Revision: 65118
URL:
http://svn.reactos.org/svn/reactos?rev=65118&view=rev
Log:
[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
Modified:
trunk/reactos/drivers/filesystems/fastfat/create.c
Modified: trunk/reactos/drivers/filesystems/fastfat/create.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/fastfa…
==============================================================================
--- trunk/reactos/drivers/filesystems/fastfat/create.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/filesystems/fastfat/create.c [iso-8859-1] Thu Oct 30 07:46:25
2014
@@ -497,7 +497,6 @@
pFcb = DeviceExt->VolumeFcb;
vfatAttachFCBToFileObject(DeviceExt, pFcb, FileObject);
- vfatGrabFCB(DeviceExt, pFcb);
Irp->IoStatus.Information = FILE_OPENED;
return STATUS_SUCCESS;