btrfs-progs: Add human readable flags output for chunk/block group type.
authorQu Wenruo <quwenruo@cn.fujitsu.com>
Thu, 12 Jun 2014 07:12:32 +0000 (15:12 +0800)
committerDavid Sterba <dsterba@suse.cz>
Fri, 22 Aug 2014 12:39:35 +0000 (14:39 +0200)
commit700c3ca9b1312c19ed5c657da3137a6b6f6fa63c
tree65dde30ac7f35f900e483946877ad4cdbd96ad27
parent0ca416890cf574194b115b8b2bcc287ed89675ae
btrfs-progs: Add human readable flags output for chunk/block group type.

Current btrfs-debug-tree output chunk/block group type as numbers,
which makes it hard to understand and need to check the source to
understand the meaning.

This patch will convert numeric type output to human readable strings.

Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
print-tree.c