Skip to content

Commit 1dcea07

Browse files
author
Kent Overstreet
committed
bcachefs: btree_root_unreadable_and_scan_found_nothing should not be autofix
Autofix is specified in btree_gc.c if it's not an important btree. Signed-off-by: Kent Overstreet <[email protected]>
1 parent 1f8aede commit 1dcea07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/bcachefs/sb-errors_format.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ enum bch_fsck_flags {
301301
x(btree_node_bkey_bad_u64s, 260, 0) \
302302
x(btree_node_topology_empty_interior_node, 261, 0) \
303303
x(btree_ptr_v2_min_key_bad, 262, 0) \
304-
x(btree_root_unreadable_and_scan_found_nothing, 263, FSCK_AUTOFIX) \
304+
x(btree_root_unreadable_and_scan_found_nothing, 263, 0) \
305305
x(snapshot_node_missing, 264, FSCK_AUTOFIX) \
306306
x(dup_backpointer_to_bad_csum_extent, 265, 0) \
307307
x(btree_bitmap_not_marked, 266, FSCK_AUTOFIX) \

0 commit comments

Comments
 (0)