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>
Thu, 21 Jul 2022 14:47:03 +0000 (08:47 -0600)
commitd0e8dc8b36ead9afd905f26cca7e1a7b566b3cba
tree297d3d1341082c909da408e1ead9130d0e193c99
parent8c71a9efa1e23223ba2d1336398b23742537d86d
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