freebsd-dev/sys/ufs
Søren Schmidt 6ae8358759 Fix support for != 512 byte sector devices.
Restores the use of SBLOCK instead of the BSOFF/sectorsize calculation.
Using SBLOCK is bogus however in that it uses DEV_BSIZE instead of
the actual sector size, but that is taken care of in other places.
Changing the SBLOCK would be better, but it affects the system
in other places, and doing it this way makes it possible to
use filesystems that was made before the lite2 merge.
1997-03-15 18:58:10 +00:00
..
ffs Fix support for != 512 byte sector devices. 1997-03-15 18:58:10 +00:00
lfs Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are not 1997-02-22 09:48:43 +00:00
mfs Supply the mount point given to mfs_mount when getting a vnode for the 1997-03-05 01:57:54 +00:00
ufs Update a number of routines to reflect the actual name 1997-03-09 06:10:36 +00:00