[SK_BUFF]: Fix missing offset adjustment in skb_copy_expand
authorPatrick McHardy <kaber@trash.net>
Wed, 11 Apr 2007 01:30:09 +0000 (18:30 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:28:53 +0000 (22:28 -0700)
skb_copy_expand changes the headroom, so it needs to adjust the header
offsets by the difference between the old and the new value.

Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found