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>
Mon, 22 Mar 2021 13:47:12 +0000 (07:47 -0600)
commitc88db637f6186f97403f763c20a5c40c19c8ec7c
tree8affcb6bb199a36298e168390519de46ab8f5538
parent247c327508f742ee69f7dfdd282b47ddf54f4aa1
io_uring: remove tctx->sqpoll

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