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>
Thu, 21 Jul 2022 14:44:04 +0000 (08:44 -0600)
commitf14b69621ecf22accf4ed102a6a5803ab4ce6dc9
treeb9bf74aed20d677634a708d0a499424d97cbb996
parentdbc3d4d3b143ae2f186bff3d8273277254998529
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