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>
Mon, 15 Apr 2024 14:10:25 +0000 (08:10 -0600)
commit0d10bd77a1be0742a12e1bcf0554a4bcbdbc0f35
treee2078da25cf020ca49d0e9748d39505e79ce0f01
parenta9165b83c1937eeed1f0c731468216d6371d647f
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