btrfs-progs: remove duplicate function __is_subvol()
authorAnand Jain <anand.jain@oracle.com>
Mon, 21 Mar 2016 07:21:02 +0000 (15:21 +0800)
committerDavid Sterba <dsterba@suse.com>
Wed, 30 Mar 2016 14:25:18 +0000 (16:25 +0200)
commit0f9a5cf70cf6f6c3f02ef3dd999e13f334bc29bb
treee07329507986edd679ab10658432eb20323f4b3f
parenta5dbd2064ef8a9b78eb0c2819b4d432623e1917d
btrfs-progs: remove duplicate function __is_subvol()

The function test_issubvolume() provides the same check, and
has better logic.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
utils.c