diff options
author | 2025-01-21 23:03:08 -0500 | |
---|---|---|
committer | 2025-01-21 23:05:32 -0500 | |
commit | c9c8a17f7aa65b713418626573c5695c2a5d8ecd (patch) | |
tree | b13b8c1a93444528acafa553b0b64dcd64b75a5f | |
parent | bcachefs: "Journal stuck" timeout now takes into account device latency (diff) | |
download | wireguard-linux-c9c8a17f7aa65b713418626573c5695c2a5d8ecd.tar.xz wireguard-linux-c9c8a17f7aa65b713418626573c5695c2a5d8ecd.zip |
bcachefs: bset_blacklisted_journal_seq is now AUTOFIX
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to '')
-rw-r--r-- | fs/bcachefs/sb-errors_format.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/sb-errors_format.h b/fs/bcachefs/sb-errors_format.h index 0b4fe899209b..ea0a18364751 100644 --- a/fs/bcachefs/sb-errors_format.h +++ b/fs/bcachefs/sb-errors_format.h @@ -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) \ |