diff --git a/NTOSKRNL/CC/cclazywriter.cpp b/NTOSKRNL/CC/cclazywriter.cpp index bdcb581..877bd0d 100644 --- a/NTOSKRNL/CC/cclazywriter.cpp +++ b/NTOSKRNL/CC/cclazywriter.cpp @@ -27,7 +27,7 @@ CcComputeNextScanTime(PLARGE_INTEGER OldestTICKTIMEForMetadata, PLARGE_INTEGER N LARGE_INTEGER WRITE_DELAY = {0}; LARGE_INTEGER TICK_ELAPSED = {0}; - if (CcIsWriteBehindThreadpoolAtLowPriority()) + if (CcMaxWriteBehindThreads < CcNumberofWorkerThreads) {