mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +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,
|
NpCancelListeningQueueIrp(IN PDEVICE_OBJECT DeviceObject,
|
||||||
IN PIRP Irp)
|
IN PIRP Irp)
|
||||||
{
|
{
|
||||||
|
IoReleaseCancelSpinLock(Irp->CancelIrql);
|
||||||
|
|
||||||
FsRtlEnterFileSystem();
|
FsRtlEnterFileSystem();
|
||||||
NpAcquireExclusiveVcb();
|
NpAcquireExclusiveVcb();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue