]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/core/dst.c
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6-omap-h63xx.git] / net / core / dst.c
index 7deef483c79f263959c0c1dac148529ecc80d73c..3a01a819ba478112168e4a3c2db3b3ac023b8e67 100644 (file)
@@ -295,9 +295,6 @@ static int dst_dev_event(struct notifier_block *this, unsigned long event, void
        struct net_device *dev = ptr;
        struct dst_entry *dst, *last = NULL;
 
-       if (dev->nd_net != &init_net)
-               return NOTIFY_DONE;
-
        switch (event) {
        case NETDEV_UNREGISTER:
        case NETDEV_DOWN: