freebsd-dev/sys/gnu
Poul-Henning Kamp b792bebeea Move the buffer method vector (buf->b_op) to the bufobj.
Extend it with a strategy method.

Add bufstrategy() which do the usual VOP_SPECSTRATEGY/VOP_STRATEGY
song and dance.

Rename ibwrite to bufwrite().

Move the two NFS buf_ops to more sensible places, add bufstrategy
to them.

Add inlines for bwrite() and bstrategy() which calls through
buf->b_bufobj->b_ops->b_{write,strategy}().

Replace almost all VOP_STRATEGY()/VOP_SPECSTRATEGY() calls with bstrategy().
2004-10-24 20:03:41 +00:00
..
dev/sound/pci This commit was generated by cvs2svn to compensate for changes in r124361, 2004-01-11 03:34:02 +00:00
ext2fs Move the buffer method vector (buf->b_op) to the bufobj. 2004-10-24 20:03:41 +00:00
fs/ext2fs Move the buffer method vector (buf->b_op) to the bufobj. 2004-10-24 20:03:41 +00:00