]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit4151d5d382138771e5ddc4bdec648173c79a352f
tree9581c195303437830308c4c5d4ffaf90e45a1f56
parent95a04963cff133b25ef13c16d09b4c5fddfd7c0e
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