Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Sep 2003 16:31:30 -0700 (PDT)
From:      Sam Leffler <sam@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 37540 for review
Message-ID:  <200309042331.h84NVUL8056416@repoman.freebsd.org>

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

Change 37540 by sam@sam_ebb on 2003/09/04 16:30:50

	diff reduction

Affected files ...

.. //depot/projects/netperf/sys/netinet/in_pcb.h#4 edit

Differences ...

==== //depot/projects/netperf/sys/netinet/in_pcb.h#4 (text+ko) ====

@@ -261,9 +261,6 @@
 #define INP_INFO_RUNLOCK(ipi)	mtx_unlock(&(ipi)->ipi_mtx)
 #define INP_INFO_WUNLOCK(ipi)	mtx_unlock(&(ipi)->ipi_mtx)
 
-#define INP_INFO_RLOCK_ASSERT(ipi)	mtx_assert(&(ipi)->ipi_mtx, MA_OWNED)
-#define INP_INFO_WLOCK_ASSERT(ipi)	mtx_assert(&(ipi)->ipi_mtx, MA_OWNED)
-
 #define INP_PCBHASH(faddr, lport, fport, mask) \
 	(((faddr) ^ ((faddr) >> 16) ^ ntohs((lport) ^ (fport))) & (mask))
 #define INP_PCBPORTHASH(lport, mask) \



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