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)
commit3f18407dc6f2db0968daaa36c39a772c2c9f8ea7
treefd0dab586ca24786e37e72511312a8b372e8d187
parenta3dbdf54da80326fd12bc11ad75ecd699a82374f
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