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>
Thu, 25 Mar 2021 16:24:24 +0000 (10:24 -0600)
commit9527851caf1afbf655d29865d2b9b4e80e107eb1
tree144b594d1b60c15e2aaf2919c680c14a1e53c064
parent6924c4a72de5138e7fc2f5980de85e792313a752
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