commit | f499a021ea8c9f70321fce3d674d8eca5bbeee2c | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Dec 02 16:28:46 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Dec 03 07:04:30 2019 -0700 |
tree | 9a0c52d1120d8df787c3dde47e2450037134507f | |
parent | 03b1230ca12a12e045d83b0357792075bf94a1e0 [diff] |
io_uring: ensure async punted connect requests copy data Just like commit f67676d160c6 for read/write requests, this one ensures that the sockaddr data has been copied for IORING_OP_CONNECT if we need to punt the request to async context. Signed-off-by: Jens Axboe <axboe@kernel.dk>