commit | d96885658d9971fc2c752b8699f17a42ef745db6 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Dec 09 19:35:20 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Dec 10 16:33:23 2019 -0700 |
tree | f6fb15cdd94aff921236b141bc4c49450a74985f | |
parent | 8a4955ff1cca7d4da480774034a16e7c28bafec8 [diff] |
io_uring: deferred send/recvmsg should assign iov Don't just assign it from the main call path, that can miss the case when we're called from issue deferral. Signed-off-by: Jens Axboe <axboe@kernel.dk>