]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit468c7f8fa5183216576b1fdeddb46e0c6799e81a
tree6d9cbbf3cda47f2082c763ced4deae08e41da820
parent4b84aadddba39bd35eb600b19c4147c18f4c06b5
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