Commit ee53fb2b authored by Stefan Metzmacher's avatar Stefan Metzmacher Committed by Jens Axboe
parent 53e043b2
...@@ -460,8 +460,8 @@ struct io_uring_task { ...@@ -460,8 +460,8 @@ struct io_uring_task {
/* submission side */ /* submission side */
struct xarray xa; struct xarray xa;
struct wait_queue_head wait; struct wait_queue_head wait;
void *last; const struct io_ring_ctx *last;
void *io_wq; struct io_wq *io_wq;
struct percpu_counter inflight; struct percpu_counter inflight;
atomic_t in_idle; atomic_t in_idle;
bool sqpoll; bool sqpoll;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment