io_uring/cmd: inline io_uring_cmd_get_task
authorPavel Begunkov <asml.silence@gmail.com>
Fri, 1 Dec 2023 00:57:37 +0000 (00:57 +0000)
committerJens Axboe <axboe@kernel.dk>
Tue, 12 Dec 2023 14:42:52 +0000 (07:42 -0700)
commit055c15626a45b1ebc9f2f34981e705e1af171236
treeecd4f4d5a0ab0fb5b10db79da5193aae2901f514
parent6b04a3737057ddfed396c954f9e4be4fe6d53c62
io_uring/cmd: inline io_uring_cmd_get_task

With io_uring_types.h we see all required definitions to inline
io_uring_cmd_get_task().

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Reviewed-by: Ming Lei <ming.lei@redhat.com>
Link: https://lore.kernel.org/r/aa8e317f09e651a5f3e72f8c0ad3902084c1f930.1701391955.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/linux/io_uring/cmd.h
io_uring/uring_cmd.c