diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2022-03-05 17:06:24 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2022-03-05 17:06:24 -0500 |
commit | b797b087a9c47f95a70b4ed38c080af006280e16 (patch) | |
tree | 16545ec258666d62250c2c0e4b9ff324fc171882 /libbcachefs/super.c | |
parent | 4568914cfbe371c65db7c9fb903f659478904782 (diff) |
Update bcachefs sources to 259ff91605 bcachefs: Don't keep around btree_paths unnecessarily
Diffstat (limited to 'libbcachefs/super.c')
-rw-r--r-- | libbcachefs/super.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/super.c b/libbcachefs/super.c index fb7f8d6d..46947163 100644 --- a/libbcachefs/super.c +++ b/libbcachefs/super.c @@ -886,7 +886,7 @@ static void print_mount_opts(struct bch_fs *c) if (!first) pr_buf(&p, ","); first = false; - bch2_opt_to_text(&p, c, opt, v, OPT_SHOW_MOUNT_STYLE); + bch2_opt_to_text(&p, c, c->disk_sb.sb, opt, v, OPT_SHOW_MOUNT_STYLE); } if (!p.pos) |