adam900710 btrfs-progs: rescue: Fix zero-log mounted branch
4d08391 Oct 17, 2017
btrfs-progs: rescue: Fix zero-log mounted branch
Seems to be a typo that, in (ret > 0) branch of check_mounted(),
zero-log set the return value but doesn't return.

Fix it by adding back the missing return.

Signed-off-by: Qu Wenruo <wqu@suse.com>
4d08391