[IPV6] MROUTE: Do not call ipv6_find_idev() directly.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Mon, 14 Apr 2008 06:21:16 +0000 (23:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 14 Apr 2008 06:21:16 +0000 (23:21 -0700)
commitcee8947338d46bccece54c752bf6cd4043035f05
tree3f1e30d20e75e66ebb22f9612d9eb64f2e1a8c48
parent671a1c7401c6e48f5f2a77ac330727a13a9c8b63
[IPV6] MROUTE: Do not call ipv6_find_idev() directly.

Since NETDEV_REGISTER notifier chain is responsible for creating
inet6_dev{}, we do not need to call ipv6_find_idev() directly here.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/mroute6.h
net/ipv6/addrconf.c
net/ipv6/ip6mr.c