]> git.baikalelectronics.ru Git - kernel.git/commit
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>
Mon, 25 Jul 2022 00:39:15 +0000 (18:39 -0600)
commit3171591843f0f9654a996934871f50f6acac9bf2
treeb4586cdd66bb805d9806febb837a107773351a20
parentab3214afe1edc24bcb9b4eb6753d10c0d952b5d7
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