diff options
| author | Jens Axboe <axboe@kernel.dk> | 2025-11-03 11:21:39 -0700 |
|---|---|---|
| committer | Jens Axboe <axboe@kernel.dk> | 2025-11-04 09:32:08 -0700 |
| commit | 0d677936d67774f1b4ebfb3b26f207320f0fe3c6 (patch) | |
| tree | e320e557cb5c79183ef29b190482246b97bc87da /io_uring/io_uring.h | |
| parent | bc82b02218204d89f26fd1fde5aed265f40453d3 (diff) | |
io_uring/cancel: move request/task cancelation logic into cancel.c
Move io_match_task_safe() and helpers into cancel.c, where it belongs.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'io_uring/io_uring.h')
| -rw-r--r-- | io_uring/io_uring.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/io_uring/io_uring.h b/io_uring/io_uring.h index f97356ce29d0..2f4d43e69648 100644 --- a/io_uring/io_uring.h +++ b/io_uring/io_uring.h @@ -174,9 +174,6 @@ void io_queue_next(struct io_kiocb *req); void io_task_refs_refill(struct io_uring_task *tctx); bool __io_alloc_req_refill(struct io_ring_ctx *ctx); -bool io_match_task_safe(struct io_kiocb *head, struct io_uring_task *tctx, - bool cancel_all); - void io_activate_pollwq(struct io_ring_ctx *ctx); static inline void io_lockdep_assert_cq_locked(struct io_ring_ctx *ctx) |