freebsd-src/sys/ufs/ffs
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_alloc.c Correct the new Lite2 #ifdef DIAGNOSTIC ffs_checkblk routine 1997-02-10 17:05:30 +00:00
ffs_balloc.c
ffs_extern.h
ffs_inode.c
ffs_subr.c
ffs_tables.c
ffs_vfsops.c
ffs_vnops.c
fs.h