]> 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)
commit6711f83441dd12441dcc798e6057393acd5fa2af
treefd0dab586ca24786e37e72511312a8b372e8d187
parent5d90ac8e3a96af8034cdb43728f48a99eded6f1a
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