summaryrefslogtreecommitdiff
path: root/fs/bcachefs/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/bcachefs/debug.c')
-rw-r--r--fs/bcachefs/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/bcachefs/debug.c b/fs/bcachefs/debug.c
index 3b869be18506..882b11ff45f5 100644
--- a/fs/bcachefs/debug.c
+++ b/fs/bcachefs/debug.c
@@ -440,7 +440,7 @@ static void bch2_cached_btree_node_to_text(struct printbuf *out, struct bch_fs *
pr_buf(out, "flags: ");
pr_tab(out);
- bch2_flags_to_text(out, bch2_btree_node_flags, b->flags);
+ pr_bitflags(out, bch2_btree_node_flags, b->flags);
pr_newline(out);
pr_buf(out, "pcpu read locks: ");