summaryrefslogtreecommitdiff
path: root/include/linux/io_uring.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2021-02-16 12:56:50 -0700
committerJens Axboe <axboe@kernel.dk>2021-02-21 17:25:22 -0700
commit5aa75ed5b93f086c455a3c67239b0471ff5a1526 (patch)
treefb879d1a9643fb1624b359371e9a8684a58ebe57 /include/linux/io_uring.h
parent3b094e727dd5b24b4b259a8617b375dd20c16347 (diff)
io_uring: tie async worker side to the task context
Move it outside of the io_ring_ctx, and tie it to the io_uring task context. Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'include/linux/io_uring.h')
-rw-r--r--include/linux/io_uring.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/io_uring.h b/include/linux/io_uring.h
index 2eb6d19de336..0e95398998b6 100644
--- a/include/linux/io_uring.h
+++ b/include/linux/io_uring.h
@@ -36,6 +36,7 @@ struct io_uring_task {
struct xarray xa;
struct wait_queue_head wait;
struct file *last;
+ void *io_wq;
struct percpu_counter inflight;
struct io_identity __identity;
struct io_identity *identity;