btrfs-progs: make get_btrfs_mount callable
authorAnand Jain <Anand.Jain@oracle.com>
Tue, 22 Oct 2013 05:53:21 +0000 (13:53 +0800)
committerChris Mason <chris.mason@fusionio.com>
Thu, 24 Oct 2013 09:57:44 +0000 (05:57 -0400)
commit811e993db4f447e577c87fb2a0539eb723798685
tree34d9cc767ce54beedd5488d03e0872ee7d3041c3
parentf3fb0020517838993d643fcee1987db918848979
btrfs-progs: make get_btrfs_mount callable

get_btrfs_mount is reusable function but it is printing
errors, this removes it. Here the parent function of
open_path_or_dev_mnt does print error msg on error.

Signed-off-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
utils.c
utils.h