From: Eric Dumazet Date: Fri, 11 Jan 2013 14:46:37 +0000 (+0000) Subject: net: splice: fix __splice_segment() X-Git-Tag: v3.9-rc1~139^2~400 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18aafc622abf492809723d9c5a3c5dcea287169e;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