]> www.infradead.org Git - linux-platform-drivers-x86.git/commitdiff
io_uring: remove tctx->sqpoll
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 22 Mar 2021 01:58:27 +0000 (01:58 +0000)
committerJens Axboe <axboe@kernel.dk>
Sun, 11 Apr 2021 23:41:59 +0000 (17:41 -0600)
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>
fs/io_uring.c

index b33cc2926ac613bd0148ea0c8c3e44a7a6e98416..90b26221ba31f48e57d564a7ec118216ec6d1176 100644 (file)
@@ -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;