]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Filesystem utilities that modify the filesystem (growfs(8), tunefs(8),
authorKirk McKusick <mckusick@FreeBSD.org>
Sun, 25 Oct 2020 01:36:33 +0000 (01:36 +0000)
committerKirk McKusick <mckusick@FreeBSD.org>
Sun, 25 Oct 2020 01:36:33 +0000 (01:36 +0000)
commit6eb925f8450ffbb849195f26e26bfd4eadbcfb1d
tree5b66b6c812f36de7bae2ed24e8a3b5b14e0b3879
parent996d40f91d7c3ca1b4efa11a4f59ee47c924eab1
Filesystem utilities that modify the filesystem (growfs(8), tunefs(8),
and fsirand(8)) should check the filesystem status and require that
fsck(8) be run if it is unclean. This requirement is not imposed on
fsdb(8) or clri(8) since they may be used to clean up a filesystem.

MFC after:    2 weeks
Sponsored by: Netflix
sbin/fsirand/fsirand.c
sbin/growfs/growfs.c
sbin/tunefs/tunefs.c