Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 10/18/2001 02:33:29
Module Name: syssrc
Committed By: thorpej
Date: Wed Oct 17 23:33:29 UTC 2001
Modified Files:
syssrc/sys/kern: vfs_init.c vfs_lookup.c
syssrc/sys/sys: namei.h
Log Message:
Use a pool cache for namei buffers -- it's faster to allocate from
a pool cache than a pool.
To generate a diff of this commit:
cvs rdiff -r1.18 -r1.19 syssrc/sys/kern/vfs_init.c
cvs rdiff -r1.36 -r1.37 syssrc/sys/kern/vfs_lookup.c
cvs rdiff -r1.22 -r1.23 syssrc/sys/sys/namei.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.