btrfs-progs: print-tree: don't print the item type for all items
authorDavid Sterba <dsterba@suse.com>
Thu, 31 Aug 2017 14:57:47 +0000 (16:57 +0200)
committerDavid Sterba <dsterba@suse.com>
Fri, 8 Sep 2017 14:15:05 +0000 (16:15 +0200)
commit077a7024cde265ac22e31115dc6a104c3b690c0f
treead13058e0fa925d428a27b790049e45d9916aa2d
parent1224f7343eae4d74f8e08e314c6e5b3a910dac5a
btrfs-progs: print-tree: don't print the item type for all items

In some cases it's clear from the context which item is being printed,
so we can remove them. If the item has no data, some description is
still desired (eg. orphan or various backrefs).

Signed-off-by: David Sterba <dsterba@suse.com>
print-tree.c