commit | 18aafc622abf492809723d9c5a3c5dcea287169e | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Jan 11 14:46:37 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 11 16:48:08 2013 -0800 |
tree | 870c5204b43f76b29bb4ea4468218a70c0d73384 | |
parent | fb0174723e578f9023f1237143fb81e75f470f60 [diff] |
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 <edumazet@google.com> Cc: Willy Tarreau <w@1wt.eu> Signed-off-by: David S. Miller <davem@davemloft.net>