mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +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);
|
RemoveEntryList(&Irp->Tail.Overlay.ListEntry);
|
||||||
|
|
||||||
FsRtlExitFileSystem();
|
|
||||||
NpReleaseVcb();
|
NpReleaseVcb();
|
||||||
|
FsRtlExitFileSystem();
|
||||||
|
|
||||||
Irp->IoStatus.Status = STATUS_CANCELLED;
|
Irp->IoStatus.Status = STATUS_CANCELLED;
|
||||||
IoCompleteRequest(Irp, IO_NAMED_PIPE_INCREMENT);
|
IoCompleteRequest(Irp, IO_NAMED_PIPE_INCREMENT);
|
||||||
|
|
Loading…
Reference in a new issue