From: Eric Dumazet Date: Fri, 11 Jan 2013 14:46:37 +0000 (+0000) Subject: net: splice: fix __splice_segment() X-Git-Tag: v3.8-rc6~20^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc9540c637c3d8712ccbf9dcf28621f380ed5e64;p=pandora-kernel.git net: splice: fix __splice_segment() commit 9ca1b22d6d2 (net: splice: avoid high order page splitting) forgot that skb->head could need a copy into several page frags. This could be the case for loopback traffic mostly. Also remove now useless skb argument from linear_to_page() and __splice_segment() prototypes. Signed-off-by: Eric Dumazet Cc: Willy Tarreau Signed-off-by: David S. Miller --- Reading git-diff-tree failed