mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
bcachefs: Bad btree roots are now autofix
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
828552ca74
commit
1415265480
1 changed files with 2 additions and 2 deletions
|
@ -68,8 +68,8 @@ enum bch_fsck_flags {
|
|||
x(btree_node_bkey_bad_format, 55, 0) \
|
||||
x(btree_node_bad_bkey, 56, 0) \
|
||||
x(btree_node_bkey_out_of_order, 57, 0) \
|
||||
x(btree_root_bkey_invalid, 58, 0) \
|
||||
x(btree_root_read_error, 59, 0) \
|
||||
x(btree_root_bkey_invalid, 58, FSCK_AUTOFIX) \
|
||||
x(btree_root_read_error, 59, FSCK_AUTOFIX) \
|
||||
x(btree_root_bad_min_key, 60, 0) \
|
||||
x(btree_root_bad_max_key, 61, 0) \
|
||||
x(btree_node_read_error, 62, 0) \
|
||||
|
|
Loading…
Add table
Reference in a new issue