]> git.baikalelectronics.ru Git - kernel.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)
commit8ee3964a90ce2863261b740820eed1e8472702fa
treeab0e0a8644a142b74c81126d0d456885d2bb9d73
parent23c6628470d648e5c7d2a6a6fc78ea5d39a09d91
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