PERFORCE change 37464 for review

Sam Leffler sam at FreeBSD.org
Wed Sep 3 16:25:35 PDT 2003


http://perforce.freebsd.org/chv.cgi?CH=37464

Change 37464 by sam at sam_ebb on 2003/09/03 16:24:56

	rt may be NULL so can't assert the lock

Affected files ...

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

Differences ...

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

@@ -311,8 +311,6 @@
 {
 	struct sockaddr_dl *sdl;
 
-	RT_LOCK_ASSERT(rt, MA_NOTOWNED);
-
 	if (m->m_flags & (M_BCAST | M_MCAST)) {
 		log(LOG_INFO, "atmresolve: BCAST/MCAST packet detected/dumped");
 		goto bad;


More information about the p4-projects mailing list