summaryrefslogtreecommitdiff
path: root/libbcachefs/move.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-10-19 22:52:02 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-19 22:56:59 -0400
commit2252eecec7e072dfdc66cfea6da0ee6ed648a858 (patch)
tree7c04fb667decc377f98fb7cdd963faaed523a9f3 /libbcachefs/move.c
parent6a34032417d9bb90ead6f3b7bf891347bc4a1ed3 (diff)
Update bcachefs sources to 24bdb6fed91c bcachefs: bch2_btree_id_str()
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'libbcachefs/move.c')
-rw-r--r--libbcachefs/move.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/move.c b/libbcachefs/move.c
index 39a14e32..82f60c78 100644
--- a/libbcachefs/move.c
+++ b/libbcachefs/move.c
@@ -1110,7 +1110,7 @@ static void bch2_moving_ctxt_to_text(struct printbuf *out, struct bch_fs *c, str
prt_printf(out, " data type %s btree_id %s position: ",
bch2_data_types[stats->data_type],
- bch2_btree_ids[stats->btree_id]);
+ bch2_btree_id_str(stats->btree_id));
bch2_bpos_to_text(out, stats->pos);
prt_newline(out);
printbuf_indent_add(out, 2);