bcachefs: Fix bch2_new_stripes_to_text()
painful looking typo, fortunately difficult to hit. Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com> Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
This commit is contained in:
parent
768b42a7eb
commit
00c24f53b5
1 changed files with 1 additions and 1 deletions
|
@ -1594,7 +1594,7 @@ void bch2_new_stripes_to_text(struct printbuf *out, struct bch_fs *c)
|
||||||
mutex_unlock(&c->ec_stripe_head_lock);
|
mutex_unlock(&c->ec_stripe_head_lock);
|
||||||
|
|
||||||
mutex_lock(&c->ec_stripe_new_lock);
|
mutex_lock(&c->ec_stripe_new_lock);
|
||||||
list_for_each_entry(h, &c->ec_stripe_new_list, list) {
|
list_for_each_entry(s, &c->ec_stripe_new_list, list) {
|
||||||
pr_buf(out, "\tin flight: blocks %u allocated %u pin %u\n",
|
pr_buf(out, "\tin flight: blocks %u allocated %u pin %u\n",
|
||||||
s->blocks.nr,
|
s->blocks.nr,
|
||||||
bitmap_weight(s->blocks_allocated,
|
bitmap_weight(s->blocks_allocated,
|
||||||
|
|
Loading…
Add table
Reference in a new issue