]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/debug.h
Update bcachefs sources to bed61fae3b bcachefs: Delete a faulty assertion
[bcachefs-tools-debian] / libbcachefs / debug.h
index 0b86736e5e1bea3ae631f1484a6e83fc7e5deba8..2c37143b5fd1803e20eeddead3ad5160711d7a27 100644 (file)
@@ -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)
 {