CVSROOT: /cvs Module name: src Changes by: a...@cvs.openbsd.org 2009/06/06 12:06:22
Modified files: sys/kern : vfs_bio.c vfs_biomem.c vfs_subr.c sys/miscfs/specfs: spec_vnops.c sys/nfs : nfs_syscalls.c nfs_vnops.c sys/ufs/ffs : ffs_softdep.c ffs_vnops.c Log message: All caller of buf_acquire were doing bremfree before the call. Just put it in the buf_acquire function. oga@ ok