From bddb8e0fd7b1502945772b2c4717def1ca30ea2e Mon Sep 17 00:00:00 2001 From: Gui Hecheng Date: Fri, 16 May 2014 09:23:37 +0800 Subject: 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 Signed-off-by: David Sterba --- print-tree.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print-tree.c') diff --git a/print-tree.c b/print-tree.c index 7263b09a..d46ab422 100644 --- a/print-tree.c +++ b/print-tree.c @@ -160,7 +160,7 @@ static int print_inode_ref_item(struct extent_buffer *eb, struct btrfs_item *ite return 0; } -static void print_chunk(struct extent_buffer *eb, struct btrfs_chunk *chunk) +void print_chunk(struct extent_buffer *eb, struct btrfs_chunk *chunk) { int num_stripes = btrfs_chunk_num_stripes(eb, chunk); int i; -- cgit v1.2.3