Btrfs-progs: fix segmentation fault of 'btrfs-debug-tree -e'
authorLiu Bo <bo.li.liu@oracle.com>
Mon, 18 Feb 2013 10:05:17 +0000 (18:05 +0800)
committerDavid Sterba <dsterba@suse.cz>
Tue, 19 Feb 2013 10:42:03 +0000 (11:42 +0100)
commite5701088e2186c48d1b4fa5dcb418afd150e484a
treea0be96bd53512fbde0616f8ef79dcb36a87a527d
parent2a2d8e1962e8b6cda7b0a7584f6d2fb95d442cb6
Btrfs-progs: fix segmentation fault of 'btrfs-debug-tree -e'

Due to some historical reasons, we remove 'printing leaf' part, which'd
lead to 'Segmentation fault' of btrfs-debug-tree -e, this patch adds it
back.

Signed-off-by: Liu Bo <bo.li.liu@oracle.com>
debug-tree.c