diff options
Diffstat (limited to 'fs/bcachefs/debug.h')
-rw-r--r-- | fs/bcachefs/debug.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/bcachefs/debug.h b/fs/bcachefs/debug.h index 0b86736e5e1b..2c37143b5fd1 100644 --- a/fs/bcachefs/debug.h +++ b/fs/bcachefs/debug.h @@ -9,6 +9,8 @@ struct btree; struct bch_fs; void __bch2_btree_verify(struct bch_fs *, struct btree *); +void bch2_btree_node_ondisk_to_text(struct printbuf *, struct bch_fs *, + const struct btree *); static inline void bch2_btree_verify(struct bch_fs *c, struct btree *b) { |