[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>
This commit is contained in:

committed by
David S. Miller

parent
671a1c7401
commit
cee8947338
@@ -117,9 +117,6 @@ struct sioc_mif_req6
|
||||
|
||||
#include <linux/skbuff.h> /* for struct sk_buff_head */
|
||||
|
||||
struct net_device;
|
||||
struct inet6_dev *ipv6_find_idev(struct net_device *dev);
|
||||
|
||||
#ifdef CONFIG_IPV6_MROUTE
|
||||
static inline int ip6_mroute_opt(int opt)
|
||||
{
|
||||
|
Reference in New Issue
Block a user