io_uring: never defer-complete multi-apoll
authorPavel Begunkov <asml.silence@gmail.com>
Wed, 15 Jun 2022 16:33:54 +0000 (17:33 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 21 Jul 2022 14:44:04 +0000 (08:44 -0600)
commit0b96e6d1a621ab746038108b7edd26ee7fb49605
tree9cc56907b516c79190bd7b4f28d9581227561a7f
parentcd784f262e3a5495b89a4e265d0feec39789dc9f
io_uring: never defer-complete multi-apoll

Luckily, nnobody completes multi-apoll requests outside the polling
functions, but don't set IO_URING_F_COMPLETE_DEFER in any case as
there is nobody who is catching REQ_F_COMPLETE_INLINE, and so will leak
requests if used.

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