Skip to content

Commit 4204e3b

Browse files
author
Kent Overstreet
committed
bcachefs: check_unreachable_inodes is not actually PASS_ONLINE yet
check_unreachable_inodes does work in online mode, with the one caveat that it assumes check_dirents has also run - and check_dirents is not PASS_ONLINE yet. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
1 parent ae153f2 commit 4204e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/bcachefs/recovery_passes_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
x(check_dirents, 27, PASS_FSCK) \
5454
x(check_xattrs, 28, PASS_FSCK) \
5555
x(check_root, 29, PASS_ONLINE|PASS_FSCK) \
56-
x(check_unreachable_inodes, 40, PASS_ONLINE|PASS_FSCK) \
56+
x(check_unreachable_inodes, 40, PASS_FSCK) \
5757
x(check_subvolume_structure, 36, PASS_ONLINE|PASS_FSCK) \
5858
x(check_directory_structure, 30, PASS_ONLINE|PASS_FSCK) \
5959
x(check_nlinks, 31, PASS_FSCK) \

0 commit comments

Comments
 (0)