btrfs-progs: Fix btrfs fi show by uuid and label
authorJustin Maggard <jmaggard10@gmail.com>
Tue, 23 Dec 2014 19:34:52 +0000 (11:34 -0800)
committerDavid Sterba <dsterba@suse.cz>
Mon, 29 Dec 2014 16:13:58 +0000 (17:13 +0100)
commit7d83db5bae5420d7b1c7f4e64897c25bc9a94f09
treefe0d4c62b19f641a94a8f07101868a5fb6c22012
parent0f38766b8fe9d8c5c77a707fa1d24824df09d18a
btrfs-progs: Fix btrfs fi show by uuid and label

Commit 8be2fff (btrfs-progs: apply realpath for btrfs fi
show when mount point is given) changed the behavior of
btrfs fi show to return an error if the call to realpath()
failed.  This broke the ability to specify a filesystem by
uuid or label.

So let's not consider a failed call to realpath() as an
error.  If the user really specified a bad device, just
return nothing like we did before.

Signed-off-by: Justin Maggard <jmaggard10@gmail.com>
Reviewed-by: Gui Hecheng <guihc.fnst@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.cz>
cmds-filesystem.c