mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
- IoStartPacket: Use the correct IRQL when releasing the Cancel Spinlock
svn path=/trunk/; revision=38397
This commit is contained in:
parent
e79c502488
commit
81484cd1c5
1 changed files with 1 additions and 1 deletions
|
@ -1501,7 +1501,7 @@ IoStartPacket(IN PDEVICE_OBJECT DeviceObject,
|
|||
}
|
||||
|
||||
/* Release the cancel lock */
|
||||
IoReleaseCancelSpinLock(OldIrql);
|
||||
IoReleaseCancelSpinLock(CancelIrql);
|
||||
}
|
||||
|
||||
/* Call the Start I/O function */
|
||||
|
|
Loading…
Reference in a new issue