freebsd-nq/sys/ufs
Poul-Henning Kamp f84e29a06c This patch removes the VOP_BWRITE() vector.
VOP_BWRITE() was a hack which made it possible for NFS client
side to use struct buf with non-bio backing.

This patch takes a more general approach and adds a bp->b_op
vector where more methods can be added.

The success of this patch depends on bp->b_op being initialized
all relevant places for some value of "relevant" which is not
easy to determine.  For now the buffers have grown a b_magic
element which will make such issues a tiny bit easier to debug.
2001-04-17 08:56:39 +00:00
..
ffs Add debugging option to always read/write cylinder groups as full 2001-04-17 05:37:51 +00:00
ifs Change and clean the mutex lock interface. 2001-02-09 06:11:45 +00:00
mfs This patch removes the VOP_BWRITE() vector. 2001-04-17 08:56:39 +00:00
ufs In my first reading of POSIX.1e, I misinterpreted handling of the 2001-04-17 04:33:34 +00:00