mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 19:27:00 +00:00
[NTOSKRNL] Addendum to 8a8cb4d
: don't print uninit pointer.
This commit is contained in:
parent
8a8cb4d890
commit
2cf9a69bce
1 changed files with 1 additions and 2 deletions
|
@ -1391,8 +1391,7 @@ CcRosInitializeFileCache (
|
||||||
BOOLEAN Allocated;
|
BOOLEAN Allocated;
|
||||||
PROS_SHARED_CACHE_MAP SharedCacheMap;
|
PROS_SHARED_CACHE_MAP SharedCacheMap;
|
||||||
|
|
||||||
DPRINT("CcRosInitializeFileCache(FileObject 0x%p, SharedCacheMap 0x%p)\n",
|
DPRINT("CcRosInitializeFileCache(FileObject 0x%p)\n", FileObject);
|
||||||
FileObject, SharedCacheMap);
|
|
||||||
|
|
||||||
Allocated = FALSE;
|
Allocated = FALSE;
|
||||||
KeAcquireGuardedMutex(&ViewLock);
|
KeAcquireGuardedMutex(&ViewLock);
|
||||||
|
|
Loading…
Reference in a new issue