Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/31/1998 21:33:57
Module Name:	src
Committed By:	thorpej
Date:		Tue Sep  1 04:33:56 UTC 1998

Modified Files:
	src/sys/kern: vfs_cache.c
Log Message:
Use the pool allocator and "nointr" pool page allocator for name cache entries.
The only benefit this provides is that we don't use kmem_map to map the memory
used for name cache entries (though, this is a 13 virtual page savings on my
PPro) since vnodes are never freed (they have their own freelist).