[FASTFAT]
authorPierre Schweitzer <pierre@reactos.org>
Sat, 4 Feb 2017 17:52:39 +0000 (17:52 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 4 Feb 2017 17:52:39 +0000 (17:52 +0000)
Drop a hack that seems no longer needed

svn path=/trunk/; revision=73678

reactos/drivers/filesystems/fastfat/close.c

index 938ed2b..a5af6c7 100644 (file)
@@ -86,13 +86,7 @@ VfatClose(
         IrpContext->Irp->IoStatus.Information = 0;
         return STATUS_SUCCESS;
     }
-#if 0
-    /* There occurs a dead look at the call to CcRosDeleteFileCache/ObDereferenceObject/VfatClose
-       in CmLazyCloseThreadMain if VfatClose is execute asynchronous in a worker thread. */
     if (!ExAcquireResourceExclusiveLite(&IrpContext->DeviceExt->DirResource, BooleanFlagOn(IrpContext->Flags, IRPCONTEXT_CANWAIT)))
-#else
-    if (!ExAcquireResourceExclusiveLite(&IrpContext->DeviceExt->DirResource, TRUE))
-#endif
     {
         return VfatMarkIrpContextForQueue(IrpContext);
     }