commit | 25f484a62e41be8020b9a31bf50a792baa58d2d4 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Tue Nov 07 14:57:15 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Tue Nov 07 15:10:14 2006 -0800 |
tree | d8323930780d38c8c66d0ebc80b36c6c14d56824 | |
parent | 8e365eec04c86899fab5db0f49a9c98554069bd0 [diff] |
[NET]: Set truesize in pskb_copy Since pskb_copy tacks on the non-linear bits from the original skb, it needs to count them in the truesize field of the new skb. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>