From: Michael S. Tsirkin Date: Mon, 20 Apr 2009 01:25:46 +0000 (+0000) Subject: net: skb_copy_datagram_const_iovec() X-Git-Tag: v2.6.31-rc1~330^2~585 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a1ec07a67bd8b0033dace237249654d015efa21;p=pandora-kernel.git net: skb_copy_datagram_const_iovec() There's an skb_copy_datagram_iovec() to copy out of a paged skb, but it modifies the iovec, and does not support starting at an offset in the destination. We want both in tun.c, so let's add the function. It's a carbon copy of skb_copy_datagram_iovec() with enough changes to be annoying. Signed-off-by: Michael S. Tsirkin Signed-off-by: David S. Miller --- Reading git-diff-tree failed