]> 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)
commitc43687248e2a8b733b8650364786989f4ca1f385
treeb4586cdd66bb805d9806febb837a107773351a20
parentfc38afbb21dc2a127035b6a454a609797add61ef
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