commit | 9affd664f0e0512d8997dbdddb1448a4faf9bc82 | [log] [tgz] |
---|---|---|
author | Pavel Begunkov <asml.silence@gmail.com> | Tue Jan 19 13:32:46 2021 +0000 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Feb 01 10:02:42 2021 -0700 |
tree | 69504bfc48aa05eed32f6c3b3919fa90667d1915 | |
parent | a38d68db6742c19a74141c0f56785ef67f51c504 [diff] |
io_uring: don't flush CQEs deep down the stack io_submit_flush_completions() is called down the stack in the _state version of io_req_complete(), that's ok because is only called by io_uring opcode handler functions directly. Move it up to __io_queue_sqe() as preparation. Signed-off-by: Pavel Begunkov <asml.silence@gmail.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>