From 2252eecec7e072dfdc66cfea6da0ee6ed648a858 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Thu, 19 Oct 2023 22:52:02 -0400 Subject: Update bcachefs sources to 24bdb6fed91c bcachefs: bch2_btree_id_str() Signed-off-by: Kent Overstreet --- tools-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools-util.c') diff --git a/tools-util.c b/tools-util.c index f6e9a478..923a6666 100644 --- a/tools-util.c +++ b/tools-util.c @@ -673,7 +673,7 @@ struct bbpos bbpos_parse(char *buf) if (!(field = strsep(&s, ":"))) die("invalid bbpos %s", buf); - ret.btree = read_string_list_or_die(field, bch2_btree_ids, "btree id"); + ret.btree = read_string_list_or_die(field, __bch2_btree_ids, "btree id"); if (!s) die("invalid bbpos %s", buf); -- cgit v1.2.3