btrfs-progs: subvol list: remove ugly goto construct
authorDavid Sterba <dsterba@suse.com>
Mon, 31 Oct 2016 11:46:52 +0000 (12:46 +0100)
committerDavid Sterba <dsterba@suse.com>
Wed, 9 Nov 2016 12:47:29 +0000 (13:47 +0100)
commitfc82ce45dc09b46c32af439c7d0f4ad2ecca0f1a
tree199c50bff8dc76d1edaf29dd73b3aa62744e8348
parentf4ea2ec9819f63b19e3cbf13ed77769de1d4718f
btrfs-progs: subvol list: remove ugly goto construct

Jumping into an if is not considered nice.

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