diff options
Diffstat (limited to 'fs/bcachefs/bset.h')
-rw-r--r-- | fs/bcachefs/bset.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/bcachefs/bset.h b/fs/bcachefs/bset.h index 632c2b8c5460..27f7cc27c9e9 100644 --- a/fs/bcachefs/bset.h +++ b/fs/bcachefs/bset.h @@ -510,6 +510,9 @@ void bch2_bfloat_to_text(struct printbuf *, struct btree *, /* Debug stuff */ +void bch2_bset_to_text(struct printbuf *, + struct bch_fs *, struct btree *, + struct bset *, unsigned); void bch2_dump_bset(struct bch_fs *, struct btree *, struct bset *, unsigned); void bch2_dump_btree_node(struct bch_fs *, struct btree *); void bch2_dump_btree_node_iter(struct btree *, struct btree_node_iter *); |