From: Herbert Xu Date: Tue, 7 Nov 2006 22:57:15 +0000 (-0800) Subject: [NET]: Set truesize in pskb_copy X-Git-Tag: v2.6.19-rc6~71^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25f484a62e41be8020b9a31bf50a792baa58d2d4;p=pandora-kernel.git [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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed