From: Brian Haley Date: Thu, 14 Aug 2008 22:33:21 +0000 (-0700) Subject: netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr() X-Git-Tag: v2.6.27-rc4~39^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=191cd582500f49b32a63040fedeebb0168c720af;p=pandora-kernel.git netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr() ipv6_dev_get_saddr() blindly de-references dst_dev to get the network namespace, but some callers might pass NULL. Change callers to pass a namespace pointer instead. Signed-off-by: Brian Haley Signed-off-by: David S. Miller --- Reading git-diff-tree failed