Author: tfaber Date: Thu Oct 15 08:03:40 2015 New Revision: 69535
URL: http://svn.reactos.org/svn/reactos?rev=69535&view=rev Log: [NPFS] - Don't leave the critical region before releasing ERESOURCE
Modified: trunk/reactos/drivers/filesystems/npfs/statesup.c
Modified: trunk/reactos/drivers/filesystems/npfs/statesup.c URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/filesystems/npfs/st... ============================================================================== --- trunk/reactos/drivers/filesystems/npfs/statesup.c [iso-8859-1] (original) +++ trunk/reactos/drivers/filesystems/npfs/statesup.c [iso-8859-1] Thu Oct 15 08:03:40 2015 @@ -27,8 +27,8 @@
RemoveEntryList(&Irp->Tail.Overlay.ListEntry);
+ NpReleaseVcb(); FsRtlExitFileSystem(); - NpReleaseVcb();
Irp->IoStatus.Status = STATUS_CANCELLED; IoCompleteRequest(Irp, IO_NAMED_PIPE_INCREMENT);