Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Oct 2004 10:56:18 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 63513 for review
Message-ID:  <200410221056.i9MAuIM6098959@repoman.freebsd.org>

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

Change 63513 by rwatson@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"));



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