Commit 05356d86 authored by Pavel Begunkov's avatar Pavel Begunkov Committed by Jens Axboe
Browse files

io_uring: remove tctx->sqpoll



struct io_uring_task::sqpoll is not used anymore, kill it

Signed-off-by: default avatarPavel Begunkov <asml.silence@gmail.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 68207680
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;