Skip to content
Commit 03b1230c authored by Jens Axboe's avatar Jens Axboe
Browse files

io_uring: ensure async punted sendmsg/recvmsg requests copy data

Just like commit f67676d1

 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: default avatarJens Axboe <axboe@kernel.dk>
parent f67676d1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment