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>
Mon, 25 Apr 2022 00:18:18 +0000 (18:18 -0600)
commit98d3dcc8be97a11f7f3b674acb25f81673bb43c3
tree6d9cbbf3cda47f2082c763ced4deae08e41da820
parent81ec803b4ecda446aa965e1c0d8eb4241847ed9c
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