btrfs: btrfs_create_repair_bio never fails, skip error handling
authorDavid Sterba <dsterba@suse.com>
Thu, 13 Jul 2017 15:42:15 +0000 (17:42 +0200)
committerDavid Sterba <dsterba@suse.com>
Fri, 14 Jul 2017 18:42:08 +0000 (20:42 +0200)
commite8f5b395d5332b5d720d62d33d6e06836392fd85
tree9ca060a6839af0a92a6b28fe8f783d80d2ba7017
parentc09abff87f90c81d74b6483837a665f97448a475
btrfs: btrfs_create_repair_bio never fails, skip error handling

As the function uses the non-failing bio allocation, we can remove error
handling from the callers as well.

Signed-off-by: David Sterba <dsterba@suse.com>
Reviewed-by: Liu Bo <bo.li.liu@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c
fs/btrfs/inode.c