lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening linux-cve-announce PHC | |
Open Source and information security mailing list archives
| ||
|
Message-Id: <E1OMh58-0004NB-0z@gondolin.me.apana.org.au> Date: Thu, 10 Jun 2010 22:42:02 +1000 From: Herbert Xu <herbert@...dor.apana.org.au> To: "Michael S. Tsirkin" <mst@...hat.com>, Qianfeng Zhang <frzhang@...hat.com>, "David S. Miller" <davem@...emloft.net>, netdev@...r.kernel.org, WANG Cong <amwang@...hat.com>, Stephen Hemminger <shemminger@...tta.com>, Matt Mackall <mpm@...enic.com> Subject: [PATCH 2/7] bridge: Remove redundant npinfo NULL setting bridge: Remove redundant npinfo NULL setting Now that netpoll always zaps npinfo we no longer needs to do it in bridge. Signed-off-by: Herbert Xu <herbert@...dor.apana.org.au> --- net/bridge/br_device.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/bridge/br_device.c b/net/bridge/br_device.c index eedf2c9..dce0611 100644 --- a/net/bridge/br_device.c +++ b/net/bridge/br_device.c @@ -231,7 +231,6 @@ void br_netpoll_cleanup(struct net_device *dev) struct net_bridge_port *p, *n; const struct net_device_ops *ops; - br->dev->npinfo = NULL; list_for_each_entry_safe(p, n, &br->port_list, list) { if (p->dev) { ops = p->dev->netdev_ops; -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists