io_uring: don't set REQ_F_COMPLETE_INLINE in tw
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 15 Jun 2022 16:33:56 +0000 (17:33 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jun 2022 17:30:59 +0000 (11:30 -0600)
commit7b6e894d711cfaeaa2244ecf20f5cb537d4812ac
tree63dcafde82854bd1104322fffe58462f4b6f8c7a
parent9dcb6b610a18f669f5895c737f32966c779f8c20
io_uring: don't set REQ_F_COMPLETE_INLINE in tw

io_req_task_complete() enqueues requests for state completion itself, no
need for REQ_F_COMPLETE_INLINE, which is only serve the purpose of not
bloating the kernel.

Signed-off-by: Pavel Begunkov <asml.silence@gmail.com>
Link: https://lore.kernel.org/r/aca80f71464ad02c06f1311d998a2d6ee0b31573.1655310733.git.asml.silence@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c