]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit38504d41aee36531d5972e5aa1998bba07485c74
treea5d712b1c476009f75b49b0f4ebfb4d9a67b6ec3
parent8e7d8f374f7bcf466e00c33eb764ea3c99cb4663
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