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 eca5b56 commit c366b16Copy full SHA for c366b16
fs/bcachefs/sb-errors_format.h
@@ -46,7 +46,7 @@ enum bch_fsck_flags {
46
x(btree_node_unsupported_version, 34, 0) \
47
x(btree_node_bset_older_than_sb_min, 35, 0) \
48
x(btree_node_bset_newer_than_sb, 36, 0) \
49
- x(btree_node_data_missing, 37, 0) \
+ x(btree_node_data_missing, 37, FSCK_AUTOFIX) \
50
x(btree_node_bset_after_end, 38, 0) \
51
x(btree_node_replicas_sectors_written_mismatch, 39, 0) \
52
x(btree_node_replicas_data_mismatch, 40, 0) \
0 commit comments