K 10 svn:author V 7 iedowse K 8 svn:date V 27 2001-02-03T21:25:32.000000Z K 7 svn:log V 337 Use the correct flags field when checking for a read-only filesystem in ufs_dirbad(). The mnt_stat.f_flags field is only updated by the syscalls *statfs and getfsstat, so mnt_flag should be used instead. This only affects whether or not a panic is generated on detection of certain types of directory corruption. Reviewed by: mckusick END