We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 215e48d commit dd392b9Copy full SHA for dd392b9
ntoskrnl/cc/copy.c
@@ -597,7 +597,7 @@ CcPerformReadAhead(
597
InterlockedAnd((volatile long *)&PrivateCacheMap->UlongFlags, 0xFFFEFFFF);
598
KeReleaseSpinLockFromDpcLevel(&PrivateCacheMap->ReadAheadSpinLock);
599
}
600
- KeReleaseSpinLock(&PrivateCacheMap->ReadAheadSpinLock, OldIrql);
+ KeReleaseQueuedSpinLock(LockQueueMasterLock, OldIrql);
601
602
/* If file was locked, release it */
603
if (Locked)
0 commit comments