]> git.sesse.net Git - bcachefs-tools-debian/commit
Online fsck
authorKent Overstreet <kent.overstreet@linux.dev>
Tue, 5 Dec 2023 00:49:21 +0000 (19:49 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Thu, 7 Dec 2023 17:04:24 +0000 (12:04 -0500)
commitea5264fdf4a48c13fdf06c3b1b434b8c186772d9
tree96949785ab73ea655293dd2f7cbf27fc40d4985c
parent8d8a9f3e9bdd1d84fbbe0531e81977cc9044654a
Online fsck

This hooks up cmd_fsck to the new BCH_IOCTL_FSCK_ONLINE: if a filesystem
is mounted, we now use that instead of bailing out with an error.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
cmd_fsck.c