From 322edeeaa9db24f692a897cb4796b2fb096d1a2c Mon Sep 17 00:00:00 2001 From: phk Date: Sun, 3 Oct 1999 12:18:29 +0000 Subject: Before we start to mess with the VFS name-cache clean things up a little bit: Isolate the namecache in its own file, and give it a dedicated malloc type. --- sys/kern/kern_malloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/kern/kern_malloc.c') diff --git a/sys/kern/kern_malloc.c b/sys/kern/kern_malloc.c index b660aaa..7d4cce0 100644 --- a/sys/kern/kern_malloc.c +++ b/sys/kern/kern_malloc.c @@ -55,7 +55,7 @@ #include #endif -MALLOC_DEFINE(M_CACHE, "namecache", "Dynamically allocated cache entries"); +MALLOC_DEFINE(M_CACHE, "cache", "Various Dynamically allocated caches"); MALLOC_DEFINE(M_DEVBUF, "devbuf", "device driver memory"); MALLOC_DEFINE(M_TEMP, "temp", "misc temporary data buffers"); -- cgit v1.1