freebsd-dev/sys/dev/vn
Poul-Henning Kamp 0b441832f3 Convert the vm_pager_strategy() interface to take a struct bio instead of
a struct buf.  Don't try to examine B_ASYNC, it is a layering violation
to do so.  The only current user of this interface is vn(4) which, since
it emulates a disk interface, operates on struct bio already.
2000-05-03 07:47:46 +00:00
..
vn.c Convert the vm_pager_strategy() interface to take a struct bio instead of 2000-05-03 07:47:46 +00:00