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>
Mon, 25 Jul 2022 00:39:13 +0000 (18:39 -0600)
commitc65f5279ba02e47c073520ecff3c84408a87fd17
treee3e5592f9be4676e7bdbc335475aa7dc6240ce4e
parent3a08576b96e365d424225dd034c651e963b3ae64
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