Page MenuHomeFreeBSD

D28123.id83525.diff
No OneTemporary

D28123.id83525.diff

Index: sys/netgraph/ng_bridge.c
===================================================================
--- sys/netgraph/ng_bridge.c
+++ sys/netgraph/ng_bridge.c
@@ -334,15 +334,6 @@
priv->conf.minStableAge = DEFAULT_MIN_STABLE_AGE;
priv->sendUnknown = 1; /* classic bridge */
- /*
- * This node has all kinds of stuff that could be screwed by SMP.
- * Until it gets it's own internal protection, we go through in
- * single file. This could hurt a machine bridging between two
- * GB ethernets so it should be fixed.
- * When it's fixed the process SHOULD NOT SLEEP, spinlocks please!
- * (and atomic ops )
- */
- NG_NODE_FORCE_WRITER(node);
NG_NODE_SET_PRIVATE(node, priv);
priv->node = node;

File Metadata

Mime Type
text/plain
Expires
Mon, May 18, 3:56 PM (15 h, 46 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33255034
Default Alt Text
D28123.id83525.diff (720 B)

Event Timeline