ipcomp: Remove spurious truesize increase
authorHerbert Xu <herbert@gondor.apana.org.au>
Thu, 8 Jan 2009 21:27:06 +0000 (21:27 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sun, 11 Jan 2009 08:04:11 +0000 (00:04 -0800)
commit9498c05820580afbf03a317b0b5bdb0ca0e27e40
treefbafc631d0a0eff6a4a71f5f1b30a28a25fa77d3
parenteefacf3b4f8a688aeaddd2f7c46ac5ffceb92472
ipcomp: Remove spurious truesize increase

When I made ipcomp use frags, I forgot to take out the original
truesize update that was added for pskb_expand_head.  As we no
longer expand the head of skb, that update should have been removed.

This bug is not related to the truesize warnings since we only
made it bigger than what it should've been.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/xfrm/xfrm_ipcomp.c