summaryrefslogtreecommitdiffstats
path: root/net/core
diff options
context:
space:
mode:
authorDenis V. Lunev2008-02-29 05:49:44 +0100
committerDavid S. Miller2008-02-29 05:49:44 +0100
commit9de8f76d200342f1e9495861c2c9ce87a6bc26d0 (patch)
tree0f7772306b8e412885b2f13cc555d6b19464d62a /net/core
parent[NETNS]: Enable inetdev_event notifier. (diff)
downloadkernel-qcow2-linux-9de8f76d200342f1e9495861c2c9ce87a6bc26d0.tar.gz
kernel-qcow2-linux-9de8f76d200342f1e9495861c2c9ce87a6bc26d0.tar.xz
kernel-qcow2-linux-9de8f76d200342f1e9495861c2c9ce87a6bc26d0.zip
[NETNS]: DST cleanup routines should be called inside namespace.
Device inside the namespace can be started and downed. So, active routing cache should be cleaned up on device stop. Signed-off-by: Denis V. Lunev <den@openvz.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/core')
-rw-r--r--net/core/dst.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/net/core/dst.c b/net/core/dst.c
index 7deef483c79f..3a01a819ba47 100644
--- a/net/core/dst.c
+++ b/net/core/dst.c
@@ -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: