PERFORCE change 19758 for review

Robert Watson rwatson at freebsd.org
Mon Oct 21 02:25:33 GMT 2002


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

Change 19758 by rwatson at rwatson_tislabs on 2002/10/20 19:25:20

	Improve approximation of alphabetization of function entry
	points.

Affected files ...

.. //depot/projects/trustedbsd/mac/sys/kern/kern_mac.c#319 edit

Differences ...

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

@@ -1451,17 +1451,6 @@
 #endif
 }
 
-void
-mac_destroy_mbuf(struct mbuf *m)
-{
-
-	MAC_PERFORM(destroy_mbuf_label, &m->m_pkthdr.label);
-	mac_destroy_label(&m->m_pkthdr.label);
-#ifdef MAC_DEBUG
-	atomic_subtract_int(&nmacmbufs, 1);
-#endif
-}
-
 static void
 mac_destroy_ifnet_label(struct label *label)
 {
@@ -1492,6 +1481,17 @@
 }
 
 void
+mac_destroy_mbuf(struct mbuf *m)
+{
+
+	MAC_PERFORM(destroy_mbuf_label, &m->m_pkthdr.label);
+	mac_destroy_label(&m->m_pkthdr.label);
+#ifdef MAC_DEBUG
+	atomic_subtract_int(&nmacmbufs, 1);
+#endif
+}
+
+void
 mac_destroy_mount(struct mount *mp)
 {
 
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