Re: [PATCH 12/12] iomap: cleanup iomap_ioend_compare

2019-10-15 Thread Dave Chinner
On Tue, Oct 15, 2019 at 05:43:45PM +0200, Christoph Hellwig wrote: > Move the initialization of ia and ib to the declaration line and remove > a superflous else. > > Signed-off-by: Christoph Hellwig nice little cleanup. Reviewed-by: Dave Chinner -- Dave Chinner da...@fromorbit.com

Re: [PATCH 12/12] iomap: cleanup iomap_ioend_compare

2019-10-15 Thread Darrick J. Wong
On Tue, Oct 15, 2019 at 05:43:45PM +0200, Christoph Hellwig wrote: > Move the initialization of ia and ib to the declaration line and remove > a superflous else. > > Signed-off-by: Christoph Hellwig Looks ok, Reviewed-by: Darrick J. Wong --D > --- > fs/iomap/buffered-io.c | 7 +++ > 1

[PATCH 12/12] iomap: cleanup iomap_ioend_compare

2019-10-15 Thread Christoph Hellwig
Move the initialization of ia and ib to the declaration line and remove a superflous else. Signed-off-by: Christoph Hellwig --- fs/iomap/buffered-io.c | 7 +++ 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/fs/iomap/buffered-io.c b/fs/iomap/buffered-io.c index