[NET]: Set truesize in pskb_copy
authorHerbert Xu <herbert@gondor.apana.org.au>
Tue, 7 Nov 2006 22:57:15 +0000 (14:57 -0800)
committerDavid S. Miller <davem@sunset.davemloft.net>
Tue, 7 Nov 2006 23:10:14 +0000 (15:10 -0800)
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>

No differences found