io_uring: inline __io_queue_async_work()
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 1 Mar 2021 18:20:47 +0000 (18:20 +0000)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Mar 2021 20:11:29 +0000 (13:11 -0700)
commit21acb376486643652172caa0e1457702677701c9
treed6f82780dd59cde5ec59068fdd97800740b8ea67
parentc6cb42349f8d17562b0a763ec5c7d8c1f1563b0b
io_uring: inline __io_queue_async_work()

__io_queue_async_work() is only called from io_queue_async_work(),
inline it.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
fs/io_uring.c