io_uring: remove next io_kiocb fetch in task_work running
authorJens Axboe <axboe@kernel.dk>
Wed, 31 Jan 2024 17:39:05 +0000 (10:39 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 8 Feb 2024 20:27:06 +0000 (13:27 -0700)
commit670d9d3df8808b39430ade7a04b38363971167f5
tree07b3c3fa4bde3da3e4899b1667e606ae659e3353
parent170539bdf1094e6e43e9aa86bf2dcaff0857df41
io_uring: remove next io_kiocb fetch in task_work running

We just reversed the task_work list and that will have touched requests
as well, just get rid of this optimization as it should not make a
difference anymore.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c