svn commit: r353683 - head/sys/netinet
Gleb Smirnoff
glebius at FreeBSD.org
Thu Oct 17 16:02:35 UTC 2019
Author: glebius
Date: Thu Oct 17 16:02:34 2019
New Revision: 353683
URL: https://svnweb.freebsd.org/changeset/base/353683
Log:
igmp_v1v2_queue_report() doesn't require epoch.
Modified:
head/sys/netinet/igmp.c
Modified: head/sys/netinet/igmp.c
==============================================================================
--- head/sys/netinet/igmp.c Thu Oct 17 14:58:03 2019 (r353682)
+++ head/sys/netinet/igmp.c Thu Oct 17 16:02:34 2019 (r353683)
@@ -2179,7 +2179,6 @@ igmp_v1v2_queue_report(struct in_multi *inm, const int
struct ip *ip;
struct mbuf *m;
- NET_EPOCH_ASSERT();
IN_MULTI_LIST_LOCK_ASSERT();
IGMP_LOCK_ASSERT();
More information about the svn-src-all
mailing list