freebsd-dev/sys/ufs
Bruce Evans 9c0619dace Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted
when bdevsw[] became sparse.  We still depend on magic to avoid having to
check that (v_rdev) device numbers in vnodes are not NODEV.

Removed redundant `major(dev) < nblkdev' tests instead of updating them.
1998-10-25 19:02:48 +00:00
..
ffs Don't follow null bdevsw pointers. The `major(dev) < nblkdev' test rotted 1998-10-25 19:02:48 +00:00
mfs "fix" a warning 1998-10-12 09:02:19 +00:00
ufs Use only the correct raw partition for writing labels. Don't use the 1998-10-17 07:49:04 +00:00