CVSROOT: /cvs Module name: src Changes by: b...@cvs.openbsd.org 2009/06/02 22:30:57
Modified files: sys/kern : vfs_bio.c vfs_subr.c sys/sys : buf.h vnode.h Log message: Change bufhash from the old grotty hash table to red-black trees hanging off the vnode. ok art@, oga@, miod@