io_uring: add a warn_once for poll_find
authorPavel Begunkov <asml.silence@gmail.com>
Mon, 20 Jun 2022 00:26:01 +0000 (01:26 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jun 2022 17:32:34 +0000 (11:32 -0600)
commit85f0b5fabbf88357b288cff16d95904e95719eac
tree275393b3aedfc642c1cc40bfdb42bcba4c9863f2
parent71cc513ec7bc33e6159a3c0f759168039faa4c9a
io_uring: add a warn_once for poll_find

io_poll_remove() expects poll_find() to search only for poll requests and
passes a flag for this. Just be a little bit extra cautious considering
lots of recent poll/cancellation changes and add a WARN_ON_ONCE checking
that we don't get an apoll'ed request.

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