freebsd-dev/sys/ufs
Poul-Henning Kamp fae974f156 Degeneralize the per cdev copyonwrite callback. The only possible value
is ffs_copyonwrite() and the only place it can be called from is FFS which
would never want to call another filesystems copyonwrite method, should one
exist, so there is no reason why anything generic should know about this.
2004-10-26 06:25:56 +00:00
..
ffs Degeneralize the per cdev copyonwrite callback. The only possible value 2004-10-26 06:25:56 +00:00
ufs Move the buffer method vector (buf->b_op) to the bufobj. 2004-10-24 20:03:41 +00:00