]> git.baikalelectronics.ru Git - kernel.git/commit
btrfs: btrfs_bio_alloc never fails, skip error handling
authorDavid Sterba <dsterba@suse.com>
Fri, 2 Jun 2017 15:38:30 +0000 (17:38 +0200)
committerDavid Sterba <dsterba@suse.com>
Mon, 19 Jun 2017 16:26:02 +0000 (18:26 +0200)
commitb3abe14c14ef087fcfd913ecb84df944a559ccef
tree8c211ee92671e78ab1ab37da887f122f29ba5e67
parent6d1b019c268da352b8c32b3a96aa7f244b6feabc
btrfs: btrfs_bio_alloc never fails, skip error handling

Update direct callers of btrfs_bio_alloc that do error handling, that we
can now remove.

Reviewed-by: Anand Jain <anand.jain@oracle.com>
Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/extent_io.c