From: Kent Overstreet Date: Mon, 9 Dec 2024 02:10:27 +0000 (-0500) Subject: bcachefs: check_indirect_extents can run online X-Git-Tag: io_uring-6.14-20240131~27^2~71 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=25a3123a67d98d4560ec9ee2286f4f7cffe4c22c;p=linux-block.git bcachefs: check_indirect_extents can run online Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/recovery_passes_types.h b/fs/bcachefs/recovery_passes_types.h index 94dc20ca2065..2b3ef3980fc3 100644 --- a/fs/bcachefs/recovery_passes_types.h +++ b/fs/bcachefs/recovery_passes_types.h @@ -43,7 +43,7 @@ x(fs_upgrade_for_subvolumes, 22, 0) \ x(check_inodes, 24, PASS_FSCK) \ x(check_extents, 25, PASS_FSCK) \ - x(check_indirect_extents, 26, PASS_FSCK) \ + x(check_indirect_extents, 26, PASS_ONLINE|PASS_FSCK) \ x(check_dirents, 27, PASS_FSCK) \ x(check_xattrs, 28, PASS_FSCK) \ x(check_root, 29, PASS_ONLINE|PASS_FSCK) \