io_uring: convert poll_update path to use io_cmd_type
authorJens Axboe <axboe@kernel.dk>
Tue, 24 May 2022 15:16:40 +0000 (09:16 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Jun 2022 17:07:43 +0000 (11:07 -0600)
commit89408ecec107238981fb02922dc6a20bf16a1190
tree5b29d70e16e3f1531e5d49952bb53365e3362c52
parent7cc638ca878e74d9f274fcffc3e41849f9240a54
io_uring: convert poll_update path to use io_cmd_type

Remove struct io_poll_update from io_kiocb, and convert the poll path to
use the io_cmd_type approach instead.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/io_uring.c