commit | 03b1230ca12a12e045d83b0357792075bf94a1e0 | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Mon Dec 02 18:50:25 2019 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Tue Dec 03 07:03:35 2019 -0700 |
tree | 8e48065fa8fdf13dc553a39bb4d61318689d4414 | |
parent | f67676d160c6ee2ed82917fadfed6d29cab8237c [diff] |
io_uring: ensure async punted sendmsg/recvmsg requests copy data Just like commit f67676d160c6 for read/write requests, this one ensures that the msghdr data is fully copied if we need to punt a recvmsg or sendmsg system call to async context. Signed-off-by: Jens Axboe <axboe@kernel.dk>