Skip to content
Commit 8358e3a8 authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: remove 'state' argument from io_{read,write} path

Since commit 09bb8394

 we don't use the state argument for any sort
of on-stack caching in the io read and write path. Remove the stale
and unused argument from them, and bubble it up to __io_submit_sqe()
and down to io_prep_rw().

Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent fb775faa
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment