diff options
author | 2014-11-07 12:13:40 -0500 | |
---|---|---|
committer | 2014-11-07 12:13:40 -0500 | |
commit | 7f6d46704fe0895f33b81552244344422c1c647c (patch) | |
tree | b39b0d73e155780b340a337637c11c557d2181ca /net/core/utils.c | |
parent | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net (diff) | |
parent | net: Kill skb_copy_datagram_const_iovec (diff) | |
download | linux-rng-7f6d46704fe0895f33b81552244344422c1c647c.tar.xz linux-rng-7f6d46704fe0895f33b81552244344422c1c647c.zip |
Merge branch 'iov_iter'
Herbert Xu says:
====================
Replace skb_copy_datagram_const_iovec with iterator version
This patch series adds the helper skb_copy_datagram_iter, which
is meant to replace both skb_copy_datagram_iovec and its evil
twin skb_copy_datagram_const_iovec.
It then converts tun and macvtap over to the new helper and finally
removes skb_copy_datagram_const_iovec which is only used by tun
and macvtap.
The copy_to_iter return value issue pointed out by Al has now been
fixed.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core/utils.c')
0 files changed, 0 insertions, 0 deletions