btrfs-progs/convert
Qu Wenruo 52bbb015e5 btrfs-progs: convert: Add missing return for HOLE mode when checking convert image
In check_convert_image(), for normal HOLE case, if the file extents are
smaller than image size, we set ret to -EINVAL and print error message.

But forget to return.

This patch adds the missing return to fix it.

Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com>
Signed-off-by: David Sterba <dsterba@suse.com>
2017-03-31 14:17:48 +02:00
..
common.c
common.h
main.c btrfs-progs: convert: Add missing return for HOLE mode when checking convert image 2017-03-31 14:17:48 +02:00
Makefile
source-ext2.c
source-ext2.h
source-fs.c btrfs-progs: convert: Make btrfs_reserved_ranges const 2017-03-16 17:40:35 +01:00
source-fs.h btrfs-progs: convert: Make btrfs_reserved_ranges const 2017-03-16 17:40:35 +01:00