[NTOSKRNL]
authorPierre Schweitzer <pierre@reactos.org>
Mon, 25 May 2015 11:49:14 +0000 (11:49 +0000)
committerPierre Schweitzer <pierre@reactos.org>
Mon, 25 May 2015 11:49:14 +0000 (11:49 +0000)
Fix a fixme: add a tag for tunnel cache allocations

CORE-7272

svn path=/trunk/; revision=67902

reactos/ntoskrnl/fsrtl/tunnel.c

index 1ae55fa..e07bb27 100644 (file)
@@ -244,7 +244,7 @@ FsRtlInitializeTunnels()
     }
 
     /* initialize look aside list */
     }
 
     /* initialize look aside list */
-    ExInitializePagedLookasideList(&TunnelLookasideList, NULL, NULL, 0, DEFAULT_ENTRY_SIZE, 0 /*FIXME*/, TunnelEntries);
+    ExInitializePagedLookasideList(&TunnelLookasideList, NULL, NULL, 0, DEFAULT_ENTRY_SIZE, 'TunL', TunnelEntries);
 }
 
 LONG
 }
 
 LONG