summaryrefslogtreecommitdiff
path: root/libbcachefs/debug.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-02-13 15:51:27 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-02-13 15:51:27 -0500
commit1b2d60826974e31b9894b6d5aa59b0e7e62823cd (patch)
treeb0843bde9b859eab87520b88f7ddb8a4ccfe6cb8 /libbcachefs/debug.c
parent4697efb7a01affe650dbc9a4e81a8203d0316d96 (diff)
Update bcachefs sources to 8dbfede1d9 fixup! bcachefs: More info on check_bucket_ref() error
Diffstat (limited to 'libbcachefs/debug.c')
-rw-r--r--libbcachefs/debug.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/debug.c b/libbcachefs/debug.c
index fcefd55a..8f43581f 100644
--- a/libbcachefs/debug.c
+++ b/libbcachefs/debug.c
@@ -527,7 +527,7 @@ static ssize_t bch2_btree_transactions_read(struct file *file, char __user *buf,
prt_printf(&i->buf, "backtrace:");
prt_newline(&i->buf);
printbuf_indent_add(&i->buf, 2);
- bch2_prt_backtrace(&i->buf, trans->locking_wait.task);
+ bch2_prt_task_backtrace(&i->buf, trans->locking_wait.task);
printbuf_indent_sub(&i->buf, 2);
prt_newline(&i->buf);