mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 14:42:08 +02:00
bcachefs: bset_blacklisted_journal_seq is now AUTOFIX
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
2c5d8a8347
commit
c9c8a17f7a
|
|
@ -57,7 +57,7 @@ enum bch_fsck_flags {
|
|||
x(bset_wrong_sector_offset, 44, 0) \
|
||||
x(bset_empty, 45, 0) \
|
||||
x(bset_bad_seq, 46, 0) \
|
||||
x(bset_blacklisted_journal_seq, 47, 0) \
|
||||
x(bset_blacklisted_journal_seq, 47, FSCK_AUTOFIX) \
|
||||
x(first_bset_blacklisted_journal_seq, 48, FSCK_AUTOFIX) \
|
||||
x(btree_node_bad_btree, 49, 0) \
|
||||
x(btree_node_bad_level, 50, 0) \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user