CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/06/25 09:49:26
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:
backout the buf_acquire() does the bremfree() since all callers
where doing bremfree() befure calling buf_acquire().
This is causing us headache pinning down a bug that showed up
when deraadt@ too cvs to current, and will have to be done
anyway as a preperation for backouts.
OK deraadt@