Skip to content

Commit

Permalink
io_uring: remove tctx->sqpoll
Browse files Browse the repository at this point in the history
struct io_uring_task::sqpoll is not used anymore, kill it

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Pavel Begunkov authored and Jens Axboe committed Apr 11, 2021
1 parent 6820768 commit 05356d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/io_uring.c
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,6 @@ struct io_uring_task {
struct io_wq *io_wq;
struct percpu_counter inflight;
atomic_t in_idle;
bool sqpoll;

spinlock_t task_lock;
struct io_wq_work_list task_list;
Expand Down

0 comments on commit 05356d8

Please sign in to comment.