mirror of
https://github.com/reactos/reactos.git
synced 2025-07-01 12:21:25 +00:00
[KS]
- Fix a bug when canceling irps svn path=/trunk/; revision=43344
This commit is contained in:
parent
d64568f5ff
commit
0a8a0cd78d
1 changed files with 1 additions and 1 deletions
|
@ -1690,7 +1690,7 @@ KsCancelRoutine(
|
||||||
RemoveEntryList(&Irp->Tail.Overlay.ListEntry);
|
RemoveEntryList(&Irp->Tail.Overlay.ListEntry);
|
||||||
|
|
||||||
/* release spinlock */
|
/* release spinlock */
|
||||||
KeReleaseSpinLockFromDpcLevel(SpinLock);
|
KeReleaseSpinLock(SpinLock, Irp->CancelIrql);
|
||||||
|
|
||||||
/* has the irp already been canceled */
|
/* has the irp already been canceled */
|
||||||
if (Irp->IoStatus.Status != STATUS_CANCELLED)
|
if (Irp->IoStatus.Status != STATUS_CANCELLED)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue