netns: Add network namespace argument to rt6_fill_node() and ipv6_dev_get_saddr()
authorBrian Haley <brian.haley@hp.com>
Thu, 14 Aug 2008 22:33:21 +0000 (15:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 14 Aug 2008 22:33:21 +0000 (15:33 -0700)
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 <brian.haley@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found