Re: [PATCH 2/8] btrfs: btrfs_bio_alloc never fails, skip error handling

2017-06-07 Thread Anand Jain
On 06/03/17 00:58, David Sterba wrote: Update direct callers of btrfs_bio_alloc that do error handling, that we can now remove. Reviewed-by: Anand Jain -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to

[PATCH 2/8] btrfs: btrfs_bio_alloc never fails, skip error handling

2017-06-02 Thread David Sterba
Update direct callers of btrfs_bio_alloc that do error handling, that we can now remove. Signed-off-by: David Sterba --- fs/btrfs/extent_io.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c index 78a787c36a35..17f80a18e787