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>
Mon, 25 Jul 2022 00:39:10 +0000 (18:39 -0600)
commitc24b154967b6d335189eac25be59913538e2cdb4
tree0201db16cea416133d46df52318e8428dcc1f580
parent8d4388d1166faa5e16fd100157c9cb3c9e982397
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