summaryrefslogtreecommitdiff
path: root/libbcachefs/super-io.c
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2022-03-05 17:06:24 -0500
committerKent Overstreet <kent.overstreet@gmail.com>2022-03-05 17:06:24 -0500
commitb797b087a9c47f95a70b4ed38c080af006280e16 (patch)
tree16545ec258666d62250c2c0e4b9ff324fc171882 /libbcachefs/super-io.c
parent4568914cfbe371c65db7c9fb903f659478904782 (diff)
Update bcachefs sources to 259ff91605 bcachefs: Don't keep around btree_paths unnecessarily
Diffstat (limited to 'libbcachefs/super-io.c')
-rw-r--r--libbcachefs/super-io.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbcachefs/super-io.c b/libbcachefs/super-io.c
index d87edaad..e17ce91c 100644
--- a/libbcachefs/super-io.c
+++ b/libbcachefs/super-io.c
@@ -1619,7 +1619,8 @@ void bch2_sb_to_text(struct printbuf *out, struct bch_sb *sb,
pr_buf(out, "%s:", opt->attr.name);
pr_tab(out);
- bch2_opt_to_text(out, NULL, opt, v, OPT_HUMAN_READABLE|OPT_SHOW_FULL_LIST);
+ bch2_opt_to_text(out, NULL, sb, opt, v,
+ OPT_HUMAN_READABLE|OPT_SHOW_FULL_LIST);
pr_newline(out);
}
}