projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35de2ab
)
bcachefs: Increase blacklist range
author
Alan Huang
<mmpgouride@gmail.com>
Sat, 15 Mar 2025 07:39:42 +0000
(15:39 +0800)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Mon, 24 Mar 2025 13:50:34 +0000
(09:50 -0400)
Now there are 16 journal buffers, 8 is too small to be enough.
Signed-off-by: Alan Huang <mmpgouride@gmail.com>
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/recovery.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/bcachefs/recovery.c
b/fs/bcachefs/recovery.c
index 71c786cdb192e9bb017dcd32f2f46789deebe531..a6e26733854dfb8372661be7d93bdd79f29ff44a 100644
(file)
--- 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",