PERFORCE change 63513 for review

Robert Watson rwatson at FreeBSD.org
Fri Oct 22 10:56:18 GMT 2004


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

Change 63513 by rwatson at rwatson_tislabs on 2004/10/22 10:55:51

	M_PKTHDR assertion redundant to M_ASSERTPKTRHDR() introduced in
	the CVS tree.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/uipc_mbuf.c#29 edit

Differences ...

==== //depot/projects/trustedbsd/mac/sys/kern/uipc_mbuf.c#29 (text+ko) ====

@@ -303,7 +303,6 @@
 	 * smash the pkthdr as needed causing these
 	 * assertions to trip.  For now just disable them.
 	 */
-	KASSERT(to->m_flags & M_PKTHDR, ("m_dup_pkthdr: called on non-header"));
 	M_ASSERTPKTHDR(to);
 	/* Note: with MAC, this may not be a good assertion. */
 	KASSERT(SLIST_EMPTY(&to->m_pkthdr.tags), ("m_dup_pkthdr: to has tags"));
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list