]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'iov_iter'
authorDavid S. Miller <davem@davemloft.net>
Fri, 7 Nov 2014 17:13:40 +0000 (12:13 -0500)
committerDavid S. Miller <davem@davemloft.net>
Fri, 7 Nov 2014 17:13:40 +0000 (12:13 -0500)
commit64ff7d8eee8f2a626e416c3a2962812d94c205e3
treeb39b0d73e155780b340a337637c11c557d2181ca
parentd7a69c1f674bcf980aa5dca99a0629ffa44b7fdd
parent256b3a47eea39bae487f0ab433160bd80f5806ce
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>