btrfs-progs: Add human readable flags output string for extent flags.
authorQu Wenruo <quwenruo@cn.fujitsu.com>
Thu, 12 Jun 2014 07:12:31 +0000 (15:12 +0800)
committerDavid Sterba <dsterba@suse.cz>
Fri, 22 Aug 2014 12:39:34 +0000 (14:39 +0200)
commit0ca416890cf574194b115b8b2bcc287ed89675ae
treee2a3adce26016b56263fc8c701443216ecca6de8
parent3a3e6095412fc21843e43284d1b5ee71ff136d24
btrfs-progs: Add human readable flags output string for extent flags.

Current btrfs-debug-tree outputs extent flags as numbers,
which makes it hard to understand and need to check the source to
understand the meaning.

This patch will convert numberic flags 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