mirror of
https://github.com/reactos/reactos.git
synced 2024-11-18 21:13:52 +00:00
[NTOSKRNL] Fix mismatching spinlock release in CcPerformReadAhead()
This commit is contained in:
parent
215e48d0bd
commit
dd392b9d6c
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ Clear:
|
|||
InterlockedAnd((volatile long *)&PrivateCacheMap->UlongFlags, 0xFFFEFFFF);
|
||||
KeReleaseSpinLockFromDpcLevel(&PrivateCacheMap->ReadAheadSpinLock);
|
||||
}
|
||||
KeReleaseSpinLock(&PrivateCacheMap->ReadAheadSpinLock, OldIrql);
|
||||
KeReleaseQueuedSpinLock(LockQueueMasterLock, OldIrql);
|
||||
|
||||
/* If file was locked, release it */
|
||||
if (Locked)
|
||||
|
|
Loading…
Reference in a new issue