From: Arnaldo Carvalho de Melo Date: Thu, 15 Mar 2007 00:05:03 +0000 (-0300) Subject: [IPV6]: Reset the network header in ip6_nd_hdr X-Git-Tag: v2.6.22-rc1~1128^2~283 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55f79cc0c02f9ce8f85e965e9679796f62b790f5;p=pandora-kernel.git [IPV6]: Reset the network header in ip6_nd_hdr ip6_nd_hdr is always called immediately after a alloc_skb + skb_reserve sequence, i.e. when skb->tail is equal to skb->data, making it correct to use skb_reset_network_header(). Signed-off-by: Arnaldo Carvalho de Melo Signed-off-by: David S. Miller --- Reading git-diff-tree failed