io_uring: inline io_iter_do_read()
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 14 Jun 2021 01:36:24 +0000 (02:36 +0100)
committerJens Axboe <axboe@kernel.dk>
Mon, 14 Jun 2021 14:23:13 +0000 (08:23 -0600)
commitaeab9506ef50d23b350d1822c324023c9e1cb783
treedb97cc3bdb65d091d0c01cce0ba7c65e35bed33e
parent78cc687be9c5420d743346f78bb8af9d59a903f9
io_uring: inline io_iter_do_read()

There are only two calls in source code of io_iter_do_read(), the
function is small and pretty hot though is failed to get inlined.
Makr it as inline.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/25a26dae7660da73fbc2244b361b397ef43d3caf.1623634182.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c