]> www.infradead.org Git - users/hch/misc.git/commit
io_uring: move cancelations to be io_uring_task based
authorJens Axboe <axboe@kernel.dk>
Sun, 3 Nov 2024 17:22:43 +0000 (10:22 -0700)
committerJens Axboe <axboe@kernel.dk>
Wed, 6 Nov 2024 20:55:38 +0000 (13:55 -0700)
commitf03baece08188f2e239c0ca0c098c14c71739ffb
treee4822f2413609cb1b81bb226abdcaef8dd20ca17
parent6f94cbc29adacc15007c5a16295052e674099282
io_uring: move cancelations to be io_uring_task based

Right now the task_struct pointer is used as the key to match a task,
but in preparation for some io_kiocb changes, move it to using struct
io_uring_task instead. No functional changes intended in this patch.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
12 files changed:
io_uring/futex.c
io_uring/futex.h
io_uring/io_uring.c
io_uring/io_uring.h
io_uring/poll.c
io_uring/poll.h
io_uring/timeout.c
io_uring/timeout.h
io_uring/uring_cmd.c
io_uring/uring_cmd.h
io_uring/waitid.c
io_uring/waitid.h