[PATCH 3/8] btrfs: btrfs_bio_clone never fails, skip error handling

2017-06-02 Thread David Sterba
Update direct callers of btrfs_bio_clone that do error handling, that we can now remove. Signed-off-by: David Sterba --- fs/btrfs/inode.c | 4 fs/btrfs/volumes.c | 1 - 2 files changed, 5 deletions(-) diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 0a1ec5cd3b8f..c8ed81edd40e 10064

Re: [PATCH 3/8] btrfs: btrfs_bio_clone 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_clone 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 majord...@vger.kernel.org More majordo

Re: [PATCH 3/8] btrfs: btrfs_bio_clone never fails, skip error handling

2017-06-07 Thread Omar Sandoval
On Fri, Jun 02, 2017 at 06:58:36PM +0200, David Sterba wrote: > Update direct callers of btrfs_bio_clone that do error handling, that we > can now remove. > > Signed-off-by: David Sterba > --- > fs/btrfs/inode.c | 4 > fs/btrfs/volumes.c | 1 - > 2 files changed, 5 deletions(-) > > >

Re: [PATCH 3/8] btrfs: btrfs_bio_clone never fails, skip error handling

2017-06-12 Thread David Sterba
On Wed, Jun 07, 2017 at 11:19:37AM -0700, Omar Sandoval wrote: > On Fri, Jun 02, 2017 at 06:58:36PM +0200, David Sterba wrote: > > Update direct callers of btrfs_bio_clone that do error handling, that we > > can now remove. > > > > Signed-off-by: David Sterba > > --- > > fs/btrfs/inode.c | 4 -