freebsd-dev/sys/ufs
Mike Pritchard 812ac98e83 Correct the new Lite2 #ifdef DIAGNOSTIC ffs_checkblk routine
to not return without setting a return value when it
can't read a block error or detects a bad cylinder group,
since the caller is expecting a return value.
It will now panic at this point, since the thing
to do in this case would be to return a "bad block"
status to the caller, and the caller will panic
anyways when that happens.

Also updated to panic strings in this routine to read
"ffs_checkblk: ..." instead of "checkblk: ...".
1997-02-10 17:05:30 +00:00
..
ffs Correct the new Lite2 #ifdef DIAGNOSTIC ffs_checkblk routine 1997-02-10 17:05:30 +00:00
lfs This is the kernel Lite/2 commit. There are some requisite userland 1997-02-10 02:22:35 +00:00
mfs Make this compile after the Lite2 merge. 1997-02-10 16:29:32 +00:00
ufs This is the kernel Lite/2 commit. There are some requisite userland 1997-02-10 02:22:35 +00:00