]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Filesystem utilities that modify the filesystem (growfs(8), tunefs(8),
authormckusick <mckusick@FreeBSD.org>
Sun, 25 Oct 2020 01:36:33 +0000 (01:36 +0000)
committermckusick <mckusick@FreeBSD.org>
Sun, 25 Oct 2020 01:36:33 +0000 (01:36 +0000)
commitbae4112fd32cc450168859b6ce889303b16ec249
tree5b66b6c812f36de7bae2ed24e8a3b5b14e0b3879
parent5ce3cee7e7546611cb546adc323446cc9fb2ed9d
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