bcachefs: check_indirect_extents can run online
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 9 Dec 2024 02:10:27 +0000 (21:10 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 21 Dec 2024 06:36:23 +0000 (01:36 -0500)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/recovery_passes_types.h

index 94dc20ca20653e07ac4d9a89d740024842e2c50f..2b3ef3980fc318c5dd885e7c30045141054c81c9 100644 (file)
@@ -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)      \