Re: [PATCH 08/12] xfs: simplify xfs_ioend_can_merge

2019-06-24 Thread Darrick J. Wong
On Mon, Jun 24, 2019 at 07:52:49AM +0200, Christoph Hellwig wrote: > Compare the block layer status directly instead of converting it to > an errno first. > > Signed-off-by: Christoph Hellwig Looks ok, Reviewed-by: Darrick J. Wong --D > --- > fs/xfs/xfs_aops.c | 14 ++ > 1 file

[PATCH 08/12] xfs: simplify xfs_ioend_can_merge

2019-06-23 Thread Christoph Hellwig
Compare the block layer status directly instead of converting it to an errno first. Signed-off-by: Christoph Hellwig --- fs/xfs/xfs_aops.c | 14 ++ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/fs/xfs/xfs_aops.c b/fs/xfs/xfs_aops.c index 017b87b7765f..acbd73976067