summaryrefslogtreecommitdiff
path: root/print-tree.h
diff options
context:
space:
mode:
authorGui Hecheng <guihc.fnst@cn.fujitsu.com>2014-05-16 09:23:37 +0800
committerDavid Sterba <dsterba@suse.cz>2014-08-22 14:39:31 +0200
commitbddb8e0fd7b1502945772b2c4717def1ca30ea2e (patch)
tree4db5fb0df7cdb0afaf12d3d3d14d563997e99678 /print-tree.h
parent95586648c0c5c32a2e0d0dfd1120c1c72ccb5417 (diff)
btrfs-progs: add sys_chunk_array and backup roots info to show-super
Add sys chunk array and backup roots info if the new option '-f' if specified. This may be useful for debugging sys_chunk related issues. Signed-off-by: Gui Hecheng <guihc.fnst@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'print-tree.h')
-rw-r--r--print-tree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/print-tree.h b/print-tree.h
index 495b81a2..550be0f3 100644
--- a/print-tree.h
+++ b/print-tree.h
@@ -21,4 +21,5 @@
void btrfs_print_leaf(struct btrfs_root *root, struct extent_buffer *l);
void btrfs_print_tree(struct btrfs_root *root, struct extent_buffer *t, int follow);
void btrfs_print_key(struct btrfs_disk_key *disk_key);
+void print_chunk(struct extent_buffer *eb, struct btrfs_chunk *chunk);
#endif