Re: [PATCH] btrfs: lift errors from add_extent_changeset to the callers

2018-03-28 Thread David Sterba
On Tue, Mar 27, 2018 at 07:44:03PM +0200, David Sterba wrote: > The missing error handling in add_extent_changeset was hidden, so make > it at least visible in the callers. > > Signed-off-by: David Sterba > --- > fs/btrfs/extent_io.c | 19 +++ > 1 file changed, 11 insertions(+),

[PATCH] btrfs: lift errors from add_extent_changeset to the callers

2018-03-27 Thread David Sterba
The missing error handling in add_extent_changeset was hidden, so make it at least visible in the callers. Signed-off-by: David Sterba --- fs/btrfs/extent_io.c | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/fs/btrfs/extent_io.c b/fs/btrfs/extent_io.c ind