commit | 3fbb51c18f5c15a23db74c4da79d3d035176c480 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Fri Dec 20 08:51:52 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Dec 20 09:52:48 2019 -0700 |
tree | f1f103927837d9de75b8b0547f2e5d83ad9b88fb | |
parent | 9adbd45d6d32ffc1a03f3c51d72cfc69ebfc2ddb [diff] |
io_uring: move all prep state for IORING_OP_CONNECT to prep handler Add struct io_connect in our io_kiocb per-command union, and ensure that io_connect_prep() has grabbed what it needs from the SQE. Signed-off-by: Jens Axboe <axboe@kernel.dk>