commit | 0298ef969a110ca03654f0cea9b50e3f3b331acc | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Mon Mar 08 13:20:57 2021 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Mar 10 07:28:42 2021 -0700 |
tree | e93af2b4339642d4ac4d1090c523d0aae58a3889 | |
parent | f458dd8441e56d122ddf1d8e2af0b6ee62f52af9 [diff] |
io_uring: clean R_DISABLED startup mess There are enough of problems with IORING_SETUP_R_DISABLED, including the burden of checking and kicking off the SQO task all over the codebase -- for exit/cancel/etc. Rework it, always start the thread but don't do submit unless the flag is gone, that's much easier. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>