freebsd-dev/sys/ufs
Poul-Henning Kamp 5d9d81e7ea Put the I/O block size in bufobj->bo_bsize.
We keep si_bsize_phys around for now as that is the simplest way to pull
the number out of disk device drivers in devfs_open().  The correct solution
would be to do an ioctl(DIOCGSECTORSIZE), but the point is probably mooth
when filesystems sit on GEOM, so don't bother for now.
2004-10-26 07:39:12 +00:00
..
ffs Put the I/O block size in bufobj->bo_bsize. 2004-10-26 07:39:12 +00:00
ufs Move the buffer method vector (buf->b_op) to the bufobj. 2004-10-24 20:03:41 +00:00