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>
Fri, 17 Jun 2022 12:30:35 +0000 (06:30 -0600)
commitcf3b3c62b2e1736b3ea316def4e78121b299ceb7
tree51177dcbc4de50b0683261874ae5199f64bab098
parent8bbcf8fcaccbf656f72f89845633e44a6d5f84ef
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