]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Support background fsck_ffs(8) on filesystems using journaled soft updates
authorKirk McKusick <mckusick@FreeBSD.org>
Tue, 1 Aug 2023 20:16:11 +0000 (13:16 -0700)
committerKirk McKusick <mckusick@FreeBSD.org>
Tue, 1 Aug 2023 20:17:02 +0000 (13:17 -0700)
commit344b5bf82528575ada304f0df356d2f045772328
tree88cf48d1e1c1558d83100d813a230fa912208d73
parentff3d1a3f9d71e706f320f51bae258e4e1a51b388
Support background fsck_ffs(8) on filesystems using journaled soft updates

An earlier addition of code to fsck_ffs(8) allowed it to support
snapshots when running with journalled soft updates. Further
functionality has now been added to fsck_ffs(8) to allow it to use
snapshots to run in background on live filesystems running with
journaled soft updates. This commit enables the use of this functionality.

Tested-by: Peter Holm
Sponsored-by: The FreeBSD Foundation
MFC-after:    2 weeks
sbin/fsck_ffs/main.c
sbin/fsck_ffs/suj.c