mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 06:33:01 +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:
parent
9288b1ab76
commit
2009765b6a
1 changed files with 0 additions and 1 deletions
|
@ -497,7 +497,6 @@ VfatCreateFile(
|
||||||
|
|
||||||
pFcb = DeviceExt->VolumeFcb;
|
pFcb = DeviceExt->VolumeFcb;
|
||||||
vfatAttachFCBToFileObject(DeviceExt, pFcb, FileObject);
|
vfatAttachFCBToFileObject(DeviceExt, pFcb, FileObject);
|
||||||
vfatGrabFCB(DeviceExt, pFcb);
|
|
||||||
|
|
||||||
Irp->IoStatus.Information = FILE_OPENED;
|
Irp->IoStatus.Information = FILE_OPENED;
|
||||||
return STATUS_SUCCESS;
|
return STATUS_SUCCESS;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue