Skip to content

Commit c9c8a17

Browse files
author
Kent Overstreet
committed
bcachefs: bset_blacklisted_journal_seq is now AUTOFIX
Signed-off-by: Kent Overstreet <[email protected]>
1 parent 2c5d8a8 commit c9c8a17

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
@@ -57,7 +57,7 @@ enum bch_fsck_flags {
5757
x(bset_wrong_sector_offset, 44, 0) \
5858
x(bset_empty, 45, 0) \
5959
x(bset_bad_seq, 46, 0) \
60-
x(bset_blacklisted_journal_seq, 47, 0) \
60+
x(bset_blacklisted_journal_seq, 47, FSCK_AUTOFIX) \
6161
x(first_bset_blacklisted_journal_seq, 48, FSCK_AUTOFIX) \
6262
x(btree_node_bad_btree, 49, 0) \
6363
x(btree_node_bad_level, 50, 0) \

0 commit comments

Comments
 (0)