Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: syssrc/sys
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.
Home |
Main Index |
Thread Index |
Old Index