io_uring: get rid of struct io_rw_state
authorJens Axboe <axboe@kernel.dk>
Mon, 18 Mar 2024 22:25:58 +0000 (16:25 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 26 Mar 2024 17:08:36 +0000 (11:08 -0600)
commit2c508d5214ad31c93212ec2721c232e595e86cbb
treef863710ffbde71512b2260a1747c9bbb064f6217
parent1383e5686532452a6a4a646d564e8bd6e84eb2d0
io_uring: get rid of struct io_rw_state

A separate state struct is not needed anymore, just fold it in with
io_async_rw.

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