CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2010/08/11 08:35:34
Modified files: sys/kern : vfs_subr.c Log message: Make the number of vnodes to correspond to the number of buffers in buffer cache - we grow them dynamically, but do not attempt to shrink them if the buffer cache shrinks after growing. Tested by very many for a long time. ok oga@ todd@ phessler@ tedu@