projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f63d24
)
[NTOSKRNL]
author
Pierre Schweitzer
<pierre@reactos.org>
Mon, 25 May 2015 11:49:14 +0000
(11:49 +0000)
committer
Pierre 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
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/fsrtl/tunnel.c
b/reactos/ntoskrnl/fsrtl/tunnel.c
index
1ae55fa
..
e07bb27
100644
(file)
--- a/
reactos/ntoskrnl/fsrtl/tunnel.c
+++ b/
reactos/ntoskrnl/fsrtl/tunnel.c
@@
-244,7
+244,7
@@
FsRtlInitializeTunnels()
}
/* 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