Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Sep 2003 19:15:39 -0700 (PDT)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 37412 for review
Message-ID:  <200309030215.h832FdSk033905@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=37412

Change 37412 by sam@sam_ebb on 2003/09/02 19:15:13

	cannot assert Giant not owned yet--Giant is still inherited
	through the output path (but we don't depend on it)

Affected files ...

.. //depot/projects/netperf/sys/netinet/ip_fw2.c#5 edit

Differences ...

==== //depot/projects/netperf/sys/netinet/ip_fw2.c#5 (text+ko) ====

@@ -1396,8 +1396,6 @@
 	ipfw_dyn_rule *q = NULL;
 	struct ip_fw_chain *chain = &layer3_chain;
 
-	mtx_assert(&Giant, MA_NOTOWNED);
-
 	if (m->m_flags & M_SKIP_FIREWALL)
 		return 0;	/* accept */
 	/*



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