From: Alan Huang Date: Sat, 15 Mar 2025 07:39:42 +0000 (+0800) Subject: bcachefs: Increase blacklist range X-Git-Tag: v6.15-rc1~146^2~41 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76bc6e51cd915a72fea346e5fd2b6d26d5dd8021;p=thirdparty%2Fkernel%2Flinux.git bcachefs: Increase blacklist range Now there are 16 journal buffers, 8 is too small to be enough. Signed-off-by: Alan Huang Signed-off-by: Kent Overstreet --- diff --git a/fs/bcachefs/recovery.c b/fs/bcachefs/recovery.c index 71c786cdb192e..a6e26733854df 100644 --- a/fs/bcachefs/recovery.c +++ b/fs/bcachefs/recovery.c @@ -899,7 +899,7 @@ use_clean: * journal sequence numbers: */ if (!c->sb.clean) - journal_seq += 8; + journal_seq += JOURNAL_BUF_NR * 4; if (blacklist_seq != journal_seq) { ret = bch2_journal_log_msg(c, "blacklisting entries %llu-%llu",