We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f8aede commit 1dcea07Copy full SHA for 1dcea07
fs/bcachefs/sb-errors_format.h
@@ -301,7 +301,7 @@ enum bch_fsck_flags {
301
x(btree_node_bkey_bad_u64s, 260, 0) \
302
x(btree_node_topology_empty_interior_node, 261, 0) \
303
x(btree_ptr_v2_min_key_bad, 262, 0) \
304
- x(btree_root_unreadable_and_scan_found_nothing, 263, FSCK_AUTOFIX) \
+ x(btree_root_unreadable_and_scan_found_nothing, 263, 0) \
305
x(snapshot_node_missing, 264, FSCK_AUTOFIX) \
306
x(dup_backpointer_to_bad_csum_extent, 265, 0) \
307
x(btree_bitmap_not_marked, 266, FSCK_AUTOFIX) \
0 commit comments