io_uring: fix multishot accept ordering
authorDylan Yudaken <dylany@fb.com>
Thu, 30 Jun 2022 09:12:28 +0000 (02:12 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 25 Jul 2022 00:39:17 +0000 (18:39 -0600)
commitcbd25748545c709d35734deb9220e0af0a69e5d2
treeeb9ad1c2e5cb27e4f1cd4414e35fba07b75e906c
parenta2da676376feb79224eacb9ac1f554bb3232b5de
io_uring: fix multishot accept ordering

Similar to multishot poll, drop multishot accept when CQE overflow occurs.

Signed-off-by: Dylan Yudaken <dylany@fb.com>
Link: https://lore.kernel.org/r/20220630091231.1456789-10-dylany@fb.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/net.c