Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 08/31/1998 20:09:15
Module Name: src
Committed By: thorpej
Date: Tue Sep 1 03:09:15 UTC 1998
Modified Files:
src/sys/kern: vfs_subr.c
Log Message:
Use the pool allocator and "nointr" pool page allocator for vnodes. The
only benefit this provides is that we don't use kmem_map to map the memory
used for vnodes (though, this is a 30 virtual page savings on my PPro)
since vnodes are never freed (they have their own freelist).