netns: Use net_eq() to compare net-namespaces for optimization.
[pandora-kernel.git] / net / rose / af_rose.c
index f3a691f..dbc963b 100644 (file)
@@ -209,7 +209,7 @@ static int rose_device_event(struct notifier_block *this, unsigned long event,
 {
        struct net_device *dev = (struct net_device *)ptr;
 
-       if (dev_net(dev) != &init_net)
+       if (!net_eq(dev_net(dev), &init_net))
                return NOTIFY_DONE;
 
        if (event != NETDEV_DOWN)