OSDN Git Service

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)
commited5ccb3beeba0cadb0fcf353ae192021dfecf252
treeb4586cdd66bb805d9806febb837a107773351a20
parent024f15e033a52660a045947ee56c7e842180fa81
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