]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - cmd_data.c
Update bcachefs sources to 24bdb6fed91c bcachefs: bch2_btree_id_str()
[bcachefs-tools-debian] / cmd_data.c
index 160eb918b8947a6e7d265860e26e7e55f91e17af..6d709883720d7a5dc137105d99cc234056e860a0 100644 (file)
@@ -103,7 +103,7 @@ int cmd_data_job(int argc, char *argv[])
                switch (opt) {
                case 'b':
                        op.start_btree = read_string_list_or_die(optarg,
-                                               bch2_btree_ids, "btree id");
+                                               __bch2_btree_ids, "btree id");
                        op.end_btree = op.start_btree;
                        break;
                case 's':