mirror of
https://github.com/torvalds/linux.git
synced 2026-07-31 11:37:06 +02:00
bcachefs: improve bch2_new_stripe_to_text()
also print out the new stripe key Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
a4b7a0c037
commit
c9cabfb215
|
|
@ -2270,6 +2270,8 @@ static void bch2_new_stripe_to_text(struct printbuf *out, struct bch_fs *c,
|
|||
for_each_set_bit(i, s->blocks_gotten, v->nr_blocks)
|
||||
prt_printf(out, " %u", s->blocks[i]);
|
||||
prt_newline(out);
|
||||
bch2_bkey_val_to_text(out, c, bkey_i_to_s_c(&s->new_stripe.key));
|
||||
prt_newline(out);
|
||||
}
|
||||
|
||||
void bch2_new_stripes_to_text(struct printbuf *out, struct bch_fs *c)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user