Move most references to the buffer cache array (buf[]) to kern/vfs_bio.c.
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 27 Apr 2006 23:28:37 +0000 (23:28 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 27 Apr 2006 23:28:37 +0000 (23:28 +0000)
commit41cbf46c7a2138bac55dc1e57cba06ae2f58e3b5
tree4c93935d882d9186a377de5e5052db2f04a13951
parent2b60d8cec561348fc42a4fcbcd49ddbab7d3fc54
Move most references to the buffer cache array (buf[]) to kern/vfs_bio.c.
Implement a procedure which scans all buffers, called scan_all_buffers().
Cleanup unused debugging code referencing buf[].
sys/kern/kern_shutdown.c
sys/kern/vfs_bio.c
sys/sys/buf.h
sys/vfs/gnu/ext2fs/ext2_subr.c
sys/vfs/ufs/ffs_subr.c