Skip to content
Commit af2b040e authored by Al Viro's avatar Al Viro
Browse files

rxrpc: switch rxrpc_send_data() to iov_iter primitives



Convert skb_add_data() to iov_iter; allows to get rid of the explicit
messing with iovec in its only caller - skb_add_data() will keep advancing
->msg_iter for us, so there's no need to similate that manually.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 4c946d9c
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