]> git.baikalelectronics.ru Git - kernel.git/commit
io_uring: inline __tctx_task_work()
authorPavel Begunkov <asml.silence@gmail.com>
Thu, 17 Jun 2021 17:14:06 +0000 (18:14 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 18 Jun 2021 15:22:02 +0000 (09:22 -0600)
commit73c4c40c4c41cb03760af109d26a45ec603b5aa4
treefd0dab586ca24786e37e72511312a8b372e8d187
parentf88bbdea80bd7454c0fa5769b8754701477ca5dc
io_uring: inline __tctx_task_work()

Inline __tctx_task_work() into tctx_task_work() in preparation for
further optimisations.

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