btrfs-progs: Allow debug-tree to be executed on regular file.
authorQu Wenruo <quwenruo@cn.fujitsu.com>
Mon, 5 Jan 2015 06:24:27 +0000 (14:24 +0800)
committerDavid Sterba <dsterba@suse.cz>
Fri, 9 Jan 2015 17:34:10 +0000 (18:34 +0100)
commit73cc83d08e9413c33d21aece1f5d2425b3c3099d
tree9586eb30359f48e0a52222e5ba45498e68df0211
parent1f7ea87871d9bd743d31618f96e1a3f2dd5bde91
btrfs-progs: Allow debug-tree to be executed on regular file.

The commit 1bad43fbe002 ("btrfs-progs: refine btrfs-debug-tree error
prompt when a mount point given")
add judgement on btrfs-debug-tree to restrict only block device to be
executed on, but the command can also be used on regular file, so add
regular file support for the judgement.

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