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 09f0680 commit 9bccee3Copy full SHA for 9bccee3
ntoskrnl/cc/view.c
@@ -1391,8 +1391,7 @@ CcRosInitializeFileCache (
1391
BOOLEAN Allocated;
1392
PROS_SHARED_CACHE_MAP SharedCacheMap;
1393
1394
- DPRINT("CcRosInitializeFileCache(FileObject 0x%p, SharedCacheMap 0x%p)\n",
1395
- FileObject, SharedCacheMap);
+ DPRINT("CcRosInitializeFileCache(FileObject 0x%p)\n", FileObject);
1396
1397
Allocated = FALSE;
1398
KeAcquireGuardedMutex(&ViewLock);
0 commit comments