btrfs-progs: use existing rootid resolving helper in btrfs_list_get_path_rootid
authorDavid Sterba <dsterba@suse.com>
Mon, 31 Oct 2016 09:38:31 +0000 (10:38 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 9 Nov 2016 12:47:28 +0000 (13:47 +0100)
commit1c85c3de5aab997ff66ea95cb0f2c9f79726ec40
tree48089000f1128679f762ab9f5e9b9a5f91835718
parent49cb98e5d6989055860eee06879c10896489062f
btrfs-progs: use existing rootid resolving helper in btrfs_list_get_path_rootid

The utils helper is not verbose in case of an error, for now the helper
used for subvolume listing will print the error message but not
duplicate the ioctl anymore.

Signed-off-by: David Sterba <dsterba@suse.com>
btrfs-list.c
cmds-receive.c
cmds-subvolume.c
utils.c