netns: Use net_eq() to compare net-namespaces for optimization.
[pandora-kernel.git] / net / xfrm / xfrm_policy.c
index cae9fd8..841b32a 100644 (file)
@@ -2360,7 +2360,7 @@ static int xfrm_dev_event(struct notifier_block *this, unsigned long event, void
 {
        struct net_device *dev = ptr;
 
-       if (dev_net(dev) != &init_net)
+       if (!net_eq(dev_net(dev), &init_net))
                return NOTIFY_DONE;
 
        switch (event) {