btrfs-progs: debug-tree: teach -t option about the chunk and root trees
authorDavid Sterba <dsterba@suse.com>
Wed, 13 Jan 2016 15:05:56 +0000 (16:05 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 13 Jan 2016 15:43:48 +0000 (16:43 +0100)
commit207884898354f6e0a8fd50b16866abf103f46c27
tree772a4c06edb128501009780c4a60091cee6e8eef
parent0aa796cad7ed3fce9d5964646a8f1f5a142b4989
btrfs-progs: debug-tree: teach -t option about the chunk and root trees

A user on IRC wanted to dump the chunk tree using the -t option. As the
-t option enumerates only trees pointed by the tree_root, the chunk tree
is skipped. Similar for th tree of tree roots.

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