mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[FASTFAT]
- VfatCleanupFile: do not dereference the FCB when closing the volume file object. ObDereferenceObject already causes an IRP_MJ_CLOSE request to be sent, which dereferences the FCB. CORE-8733 #resolve svn path=/trunk/; revision=65269
This commit is contained in:
@@ -92,7 +92,6 @@ VfatCleanupFile(
|
||||
pFcb->FileObject = NULL;
|
||||
CcUninitializeCacheMap(tmpFileObject, NULL, NULL);
|
||||
ObDereferenceObject(tmpFileObject);
|
||||
vfatReleaseFCB(IrpContext->DeviceExt, pFcb);
|
||||
}
|
||||
|
||||
CcPurgeCacheSection(FileObject->SectionObjectPointer, NULL, 0, FALSE);
|
||||
|
||||
Reference in New Issue
Block a user