commit | e47293fdf98998292a89d516c8f7b8b9eb5c5213 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Dec 20 08:58:21 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Dec 20 09:55:23 2019 -0700 |
tree | 976b41eb9011740cdb96c277f02095eaf2dcdad5 | |
parent | 3fbb51c18f5c15a23db74c4da79d3d035176c480 [diff] |
io_uring: move all prep state for IORING_OP_{SEND,RECV}_MGS to prep handler Add struct io_sr_msg in our io_kiocb per-command union, and ensure that the send/recvmsg prep handlers have grabbed what they need from the SQE by the time prep is done. Signed-off-by: Jens Axboe <axboe@kernel.dk>