]> asedeno.scripts.mit.edu Git - linux.git/commit
iomap: cleanup iomap_ioend_compare
authorChristoph Hellwig <hch@lst.de>
Thu, 17 Oct 2019 20:12:20 +0000 (13:12 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 21 Oct 2019 15:51:59 +0000 (08:51 -0700)
commitb3d423ec898ae27007a9c49915ac06a2f50b404f
treeab0e0a8644a142b74c81126d0d456885d2bb9d73
parentab08b01ec0a205d9c98e712eb504c850a51e6fdb
iomap: cleanup iomap_ioend_compare

Move the initialization of ia and ib to the declaration line and remove
a superflous else.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/iomap/buffered-io.c