Re: [PATCH 1/4] btrfs: let writepage_end_io_hook return void

2017-02-21 Thread Liu Bo
On Mon, Feb 20, 2017 at 07:31:24PM +0100, David Sterba wrote: > There's no error path in any of the instances, always return 0. Reviewed-by: Liu Bo Thanks, -liubo > > Signed-off-by: David Sterba > --- > fs/btrfs/extent_io.c | 9 +++-- >

[PATCH 1/4] btrfs: let writepage_end_io_hook return void

2017-02-20 Thread David Sterba
There's no error path in any of the instances, always return 0. Signed-off-by: David Sterba --- fs/btrfs/extent_io.c | 9 +++-- fs/btrfs/extent_io.h | 2 +- fs/btrfs/inode.c | 6 ++ 3 files changed, 6 insertions(+), 11 deletions(-) diff --git