From: Daniel Lezcano Date: Wed, 5 Mar 2008 18:48:35 +0000 (-0800) Subject: [NETNS][IPV6] route6 - pass always a valid socket to ip6_dst_lookup X-Git-Tag: v2.6.26-rc1~1138^2~477 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c20121ae87955cfc8b51f89072294fc6077f39ad;p=pandora-kernel.git [NETNS][IPV6] route6 - pass always a valid socket to ip6_dst_lookup The ip6_dst_lookup receive a socket as parameter. In some part of the code it is called with a NULL socket parameter. We want to rely on the socket to retrieve the network namespace, so we always pass a valid socket in all cases. Signed-off-by: Daniel Lezcano Signed-off-by: Benjamin Thery Signed-off-by: David S. Miller --- Reading git-diff-tree failed