Re: [PATCH 2/2] btrfs: flush error also accounts for its send error

2017-06-12 Thread David Sterba
On Fri, Jun 09, 2017 at 02:52:29PM +0800, Anand Jain wrote: > So remove the static check of send error Please improve the changelog text. > Signed-off-by: Anand Jain > --- > fs/btrfs/disk-io.c | 19 +-- > 1 file changed, 9 insertions(+), 10 deletions(-) > > diff --git a/fs/btrf

[PATCH 2/2] btrfs: flush error also accounts for its send error

2017-06-08 Thread Anand Jain
So remove the static check of send error Signed-off-by: Anand Jain --- fs/btrfs/disk-io.c | 19 +-- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/fs/btrfs/disk-io.c b/fs/btrfs/disk-io.c index d8151839bb3d..682c494dbc7f 100644 --- a/fs/btrfs/disk-io.c +++ b/fs/btr