io_uring: remove dead 'poll_only' argument to io_poll_cancel()
authorJens Axboe <axboe@kernel.dk>
Mon, 18 Apr 2022 16:43:58 +0000 (10:43 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 20 Apr 2022 22:29:19 +0000 (16:29 -0600)
commit156afa36fd550c03953b9f55977de703f8c24b55
tree99d6c7c371f5aa25223b574b26d48ad397f92a96
parent1d21a70fd6e7af8389cd77a8d6c94cfff493a007
io_uring: remove dead 'poll_only' argument to io_poll_cancel()

It's only called from one location, and it always passes in 'false'.
Kill the argument, and just pass in 'false' to io_poll_find().

Signed-off-by: Jens Axboe <axboe@kernel.dk>
Link: https://lore.kernel.org/r/20220418164402.75259-2-axboe@kernel.dk
fs/io_uring.c