iomap: move iomap_read_inline_data around
authorChristoph Hellwig <hch@lst.de>
Thu, 2 May 2019 03:16:40 +0000 (20:16 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 2 May 2019 03:16:40 +0000 (20:16 -0700)
commitcbbf4c0be8a725f08153949f45a85b2adafbbbd3
treea5d712b1c476009f75b49b0f4ebfb4d9a67b6ec3
parentdf0db3ecdb8fc942e9d812558b8e15ecd3e050b1
iomap: move iomap_read_inline_data around

iomap_read_inline_data ended up being placed in the middle of the bio
based read I/O completion handling, which tends to confuse the heck out
of me whenever I follow the code.  Move it to a more suitable place.

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.c