mirror of
https://github.com/reactos/reactos.git
synced 2024-12-29 10:35:28 +00:00
[NPFS]
- Release cancel spinlock in NpCancelListeningQueueIrp svn path=/trunk/; revision=60231
This commit is contained in:
parent
a5d94cf00e
commit
4bd498a2d1
1 changed files with 8 additions and 6 deletions
|
@ -20,6 +20,8 @@ NTAPI
|
|||
NpCancelListeningQueueIrp(IN PDEVICE_OBJECT DeviceObject,
|
||||
IN PIRP Irp)
|
||||
{
|
||||
IoReleaseCancelSpinLock(Irp->CancelIrql);
|
||||
|
||||
FsRtlEnterFileSystem();
|
||||
NpAcquireExclusiveVcb();
|
||||
|
||||
|
|
Loading…
Reference in a new issue