diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-04 23:02:34 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-12-04 23:21:19 -0500 |
commit | 70ab09ea1f9cf56f631754b165cd8a4ada712077 (patch) | |
tree | 02075b3d0c2f98cb9506c53721f2c283ba2635ba /fs/bcachefs/bset.h | |
parent | 44a638c34ee6e3dcfe54540e46b78211b1c51144 (diff) |
debug for btree_io assertdaniel-debug
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
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 *); |