io_uring: remove task_prio_list tw optimization
authorJens Axboe <axboe@kernel.dk>
Thu, 16 Jun 2022 16:56:35 +0000 (10:56 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 17 Jun 2022 14:26:05 +0000 (08:26 -0600)
commit409343bd779ab96df204ab3fb548a0c295f83a24
tree55ecc1835a7e0aa57d2ede55781ba7ac1bcc9d0f
parentab4df26f8131eb3c4a469145e6ead08f44e379cb
io_uring: remove task_prio_list tw optimization

We don't see any real wins from this, so kill off the extra list and the
code for handling it. On top of that, the prio list handling is different
from the regular list, which makes it easy to introduce bugs.

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