Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F108566795
D28123.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
690 B
Referenced Files
None
Subscribers
None
D28123.diff
View Options
diff --git a/sys/netgraph/ng_bridge.c b/sys/netgraph/ng_bridge.c
--- a/sys/netgraph/ng_bridge.c
+++ b/sys/netgraph/ng_bridge.c
@@ -351,15 +351,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
Details
Attached
Mime Type
text/plain
Expires
Mon, Jan 27, 10:27 AM (3 h, 58 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16194225
Default Alt Text
D28123.diff (690 B)
Attached To
Mode
D28123: netgraph/ng_bridge: become multithreaded
Attached
Detach File
Event Timeline
Log In to Comment