Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2019 16:02:34 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r353683 - head/sys/netinet
Message-ID:  <201910171602.x9HG2YHg072397@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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();
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910171602.x9HG2YHg072397>