From 3af1178f6d210f633dae407366162c668e79e446 Mon Sep 17 00:00:00 2001 From: Dibyamartanda Samanta Date: Fri, 17 May 2024 17:55:18 +0200 Subject: [PATCH] Update NTOSKRNL/CC/ccloghandler.cpp --- NTOSKRNL/CC/ccloghandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NTOSKRNL/CC/ccloghandler.cpp b/NTOSKRNL/CC/ccloghandler.cpp index 588b919..ce963d0 100644 --- a/NTOSKRNL/CC/ccloghandler.cpp +++ b/NTOSKRNL/CC/ccloghandler.cpp @@ -131,7 +131,7 @@ CcGetDirtyPages(IN PVOID LogHandle, /*Decrement the OpenCount and DirtyPages*/ SharedCacheMap->OpenCount--; SharedCacheMap->DirtyPages--; - KeReleaseQueuedSpinLock(LockQueueMasterLock,OldIrql); + KeReleaseQueuedSpinLock(LockQueueMasterLock,OldIrql); } }