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>
Thu, 21 Jul 2022 14:33:55 +0000 (08:33 -0600)
commit35bc16416609bf8faf5ff3d42bb30170726d9edc
tree405db0a85bd3a0279431050dce3dda4d576458da
parent6c1ecd8af0108b32a6c0c1ef285d1f8206179eac
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