io_uring: remove dead 'poll_only' argument to io_poll_cancel()
authorJens Axboe <axboe@kernel.dk>
Thu, 14 Apr 2022 19:55:09 +0000 (13:55 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 18 Apr 2022 16:41:02 +0000 (10:41 -0600)
commitaac8d1103eb8a3dc04a19e45bdfde8251b672002
treec0c0724560f51fdfa4bd1fb4f4d527d3637dfcd8
parente27fc3fb3d4722e2faa67a9bb340ac42d6bbdbea
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>
fs/io_uring.c