Commit bc166d71 authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: Improve backpointers error message

the error message here dated from when backpointers could be stored in
alloc keys; now, we should always print the full key.
Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 49c7cd9d
......@@ -805,7 +805,7 @@ static int check_one_backpointer(struct btree_trans *trans,
if (fsck_err_on(!k.k, c,
"backpointer for missing extent\n %s",
(bch2_backpointer_k_to_text(&buf, c, bp.s_c), buf.buf)))
(bch2_bkey_val_to_text(&buf, c, bp.s_c), buf.buf)))
return bch2_btree_delete_at_buffered(trans, BTREE_ID_backpointers, bp.k->p);
out:
fsck_err:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment