diff options
Diffstat (limited to 'net/ipv6/proc.c')
| -rw-r--r-- | net/ipv6/proc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv6/proc.c b/net/ipv6/proc.c index 70940b3654a1..f82f6074cf85 100644 --- a/net/ipv6/proc.c +++ b/net/ipv6/proc.c | |||
| @@ -214,7 +214,7 @@ int snmp6_register_dev(struct inet6_dev *idev) | |||
| 214 | if (!idev || !idev->dev) | 214 | if (!idev || !idev->dev) |
| 215 | return -EINVAL; | 215 | return -EINVAL; |
| 216 | 216 | ||
| 217 | if (dev_net(idev->dev) != &init_net) | 217 | if (!net_eq(dev_net(idev->dev), &init_net)) |
| 218 | return 0; | 218 | return 0; |
| 219 | 219 | ||
| 220 | if (!proc_net_devsnmp6) | 220 | if (!proc_net_devsnmp6) |
