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
..
Makefile btrfs-progs: build: add stub makefile to convert 2017-03-08 13:00:46 +01:00
common.c btrfs-progs: remove unused argument from btrfs_csum_data 2017-03-08 13:00:47 +01:00
common.h btrfs-progs: convert: rename members that clash with other functions 2017-03-08 13:00:46 +01:00
main.c btrfs-progs: convert: Add missing return for HOLE mode when checking convert image 2017-03-31 14:17:48 +02:00
source-ext2.c btrfs-progs: add missing limits headers 2017-03-16 17:02:44 +01:00
source-ext2.h btrfs-progs: convert: move ext2 definitions out of main 2017-03-08 13:00:45 +01:00
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