[SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being used
authorArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 10 Mar 2007 21:40:59 +0000 (18:40 -0300)
committerDavid S. Miller <davem@sunset.davemloft.net>
Thu, 26 Apr 2007 05:24:48 +0000 (22:24 -0700)
But only in the cases where its a newly allocated skb, i.e. one where skb->tail
is equal to skb->data, or just after skb_reserve, where this requirement is
maintained.

Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found