Re: FS Driver writing tactic

1999-05-31 Thread Ville-Pertti Keinonen
Ustimenko Semen writes: > Is this a good tactic to write working VOP_BMAP and > VOP_STRATEGY handlers, and implement VOP_READ and VOP_WRITE > via bread and bwrite of own vnodes? Considering that that's how the primary filesystem layers (ufs/ffs) do it, it should be fair to assume that it's at l

FS Driver writing tactic

1999-05-31 Thread Ustimenko Semen
Hi FS Guru! Is this a good tactic to write working VOP_BMAP and VOP_STRATEGY handlers, and implement VOP_READ and VOP_WRITE via bread and bwrite of own vnodes? Bye. To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-current" in the body of the message