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>
Thu, 4 Mar 2021 13:38:05 +0000 (06:38 -0700)
commitebf936670721be805a9cb87781a5ee9271ba4633
tree9581c195303437830308c4c5d4ffaf90e45a1f56
parentf85c310ac376ce81a954507315ff11be4ddbf214
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