From: Arnaldo Carvalho de Melo Date: Sat, 10 Mar 2007 21:40:59 +0000 (-0300) Subject: [SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being used X-Git-Tag: v2.6.22-rc1~1128^2~345 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7e28ecc282574a7d72ace365fc9bc86e27ba880f;p=pandora-kernel.git [SK_BUFF]: Use skb_reset_network_header where the skb_pull return was being used 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed