K 10 svn:author V 3 phk K 8 svn:date V 27 2000-05-03T07:47:46.000000Z K 7 svn:log V 281 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. END