X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fbridge%2Fbr_notify.c;h=76340bdd052e92ef9a801bd67e654dc667281d32;hb=e811603feb198079bcdb3f75f72cbf9681de2062;hp=c8451d3a070c5f937c72d8409f70e4ca39882e0e;hpb=0278ef8b484a71917bd4f03a763285cdaac10954;p=linux-2.6 diff --git a/net/bridge/br_notify.c b/net/bridge/br_notify.c index c8451d3a07..76340bdd05 100644 --- a/net/bridge/br_notify.c +++ b/net/bridge/br_notify.c @@ -5,8 +5,6 @@ * Authors: * Lennert Buytenhek * - * $Id: br_notify.c,v 1.2 2000/02/21 15:51:34 davem Exp $ - * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version @@ -15,6 +13,7 @@ #include #include +#include #include "br_private.h" @@ -36,6 +35,9 @@ static int br_device_event(struct notifier_block *unused, unsigned long event, v struct net_bridge_port *p = dev->br_port; struct net_bridge *br; + if (!net_eq(dev_net(dev), &init_net)) + return NOTIFY_DONE; + /* not a port of a bridge */ if (p == NULL) return NOTIFY_DONE;