Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F166847488
D22595.id65016.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
458 B
Referenced Files
None
Subscribers
None
D22595.id65016.diff
View Options
Index: sys/netinet/in_mcast.c
===================================================================
--- sys/netinet/in_mcast.c
+++ sys/netinet/in_mcast.c
@@ -2211,7 +2211,10 @@
__func__);
goto out_inp_locked;
}
- inm_acquire(imf->imf_inm);
+ /*
+ * NOTE: Refcount from in_joingroup_locked()
+ * is protecting membership.
+ */
} else {
CTR1(KTR_IGMPV3, "%s: merge inm state", __func__);
IN_MULTI_LIST_LOCK();
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Aug 18, 1:54 AM (2 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
36881781
Default Alt Text
D22595.id65016.diff (458 B)
Attached To
Mode
D22595: Align refcounting in multicast code between IPv4 and IPv6
Attached
Detach File
Event Timeline
Log In to Comment