io_uring: remove priority tw list optimisation
authorDylan Yudaken <dylany@fb.com>
Wed, 22 Jun 2022 13:40:21 +0000 (06:40 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Jul 2022 14:44:34 +0000 (08:44 -0600)
commit8b05078de0dcf25f9a9109e37d878b643e6bd06e
tree46cea4feb5c2e6d48a89a5129f8b05e3ef68fc43
parentc582ded59d1050a34583d3ce530c74ca29779d4f
io_uring: remove priority tw list optimisation

This optimisation has some built in assumptions that make it easy to
introduce bugs. It also does not have clear wins that make it worth keeping.

Signed-off-by: Dylan Yudaken <dylany@fb.com>
Link: https://lore.kernel.org/r/20220622134028.2013417-2-dylany@fb.com
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