]> git.ipfire.org Git - thirdparty/linux.git/commit
io_uring: remove duplicate io_uring_alloc_task_context() definition
authorJens Axboe <axboe@kernel.dk>
Tue, 17 Jun 2025 12:41:48 +0000 (06:41 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 17 Jun 2025 12:41:48 +0000 (06:41 -0600)
commit91a7703a036b146481b8a0bd6efa6200d296ca5d
treee744c274c4e74bccd8816e519cf8cc210cd857a1
parent89465d923bda180299e69ee2800aab84ad0ba689
io_uring: remove duplicate io_uring_alloc_task_context() definition

This function exists in both tctx.h (where it belongs) and in io_uring.h
as a remnant of before the tctx handling code got split out. Remove the
io_uring.h definition and ensure that sqpoll.c includes the tctx.h
header to get the definition.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.h
io_uring/sqpoll.c