commit | bc9540c637c3d8712ccbf9dcf28621f380ed5e64 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Jan 11 14:46:37 2013 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 20 23:19:36 2013 -0500 |
tree | 6d5d870889eace5924999667c47b0464bb1a3b0c | |
parent | 82bda6195615891181115f579a480aa5001ce7e9 [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>