Commit 26bab33b authored by Kent Overstreet's avatar Kent Overstreet

bcachefs: Fix "btree node in stripe" error

Signed-off-by: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 2a912a9a
......@@ -915,6 +915,9 @@ static int ec_stripe_update_extent(struct btree_trans *trans,
b = bch2_backpointer_get_node(trans, &node_iter, bucket, *bp_offset, bp);
bch2_trans_iter_exit(trans, &node_iter);
if (!b)
return 0;
prt_printf(&buf, "found btree node in erasure coded bucket: b=%px\n", b);
bch2_backpointer_to_text(&buf, &bp);
......
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