mirror of
https://github.com/reactos/reactos.git
synced 2026-06-09 09:23:04 +08:00
[NTOSKRNL] Fix mismatching spinlock release in CcPerformReadAhead()
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user