mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 08:33:17 +02:00
bcachefs: Kill redundant error message in topology repair
The btree node read path already logs btree node read errors, this isn't needed. Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
156d9e8341
commit
b3bbd47f83
|
|
@ -371,10 +371,7 @@ static int bch2_btree_repair_topology_recurse(struct btree_trans *trans, struct
|
|||
prt_char(&buf, ' ');
|
||||
bch2_bkey_val_to_text(&buf, c, bkey_i_to_s_c(cur_k.k));
|
||||
|
||||
if (mustfix_fsck_err_on(bch2_err_matches(ret, EIO),
|
||||
trans, btree_node_read_error,
|
||||
"Topology repair: unreadable btree node at\n%s",
|
||||
buf.buf)) {
|
||||
if (bch2_err_matches(ret, EIO)) {
|
||||
bch2_btree_node_evict(trans, cur_k.k);
|
||||
cur = NULL;
|
||||
ret = bch2_journal_key_delete(c, b->c.btree_id,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user