opnsense-src/sys/ufs
Kirk McKusick cf1a6ffcee Allow forced r/w mount of UFS/FFS filesystem with a bad check hash.
Normally a UFS/FFS filesystem with a bad check hash can only be
mounted read only. With this commit the mount(8) -f (force) option
can be used to force a read-write mount of a UFS/FFS filesystem with
a bad check hash. Conveniently the filesystem will proceed to
update its on-disk superblock with a corrected check hash.

(cherry picked from commit 9e9dcac95a)
2022-08-17 15:49:09 -07:00
..
ffs Allow forced r/w mount of UFS/FFS filesystem with a bad check hash. 2022-08-17 15:49:09 -07:00
ufs Adjust function definitions in ufs_dirhash.c to avoid clang 15 warnings 2022-07-29 20:30:01 +02:00