mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[NPFS]
- Don't leave the critical region before releasing ERESOURCE svn path=/trunk/; revision=69535
This commit is contained in:
parent
027ae80ad0
commit
13312423b0
1 changed files with 1 additions and 1 deletions
|
@ -27,8 +27,8 @@ NpCancelListeningQueueIrp(IN PDEVICE_OBJECT DeviceObject,
|
|||
|
||||
RemoveEntryList(&Irp->Tail.Overlay.ListEntry);
|
||||
|
||||
FsRtlExitFileSystem();
|
||||
NpReleaseVcb();
|
||||
FsRtlExitFileSystem();
|
||||
|
||||
Irp->IoStatus.Status = STATUS_CANCELLED;
|
||||
IoCompleteRequest(Irp, IO_NAMED_PIPE_INCREMENT);
|
||||
|
|
Loading…
Reference in a new issue