[SK_BUFF]: Fix missing offset adjustment in pskb_expand_head
authorPatrick McHardy <kaber@trash.net>
Mon, 9 Apr 2007 18:45:04 +0000 (11:45 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:28:36 +0000 (22:28 -0700)
commit56eb88828b78f6f3b11a2996350092a40745301f
tree27304b61f22f921d351301ef173009900e802ed9
parent29f6af7712c40045e7886d0fa356d97a6f9aba49
[SK_BUFF]: Fix missing offset adjustment in pskb_expand_head

Since we're increasing the headroom, the header offsets need to be
increased by the same amount as well.

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