Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Nov 2002 15:35:06 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 20939 for review
Message-ID:  <200211102335.gAANZ6DG081847@repoman.freebsd.org>

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

Change 20939 by rwatson@rwatson_tislabs on 2002/11/10 15:34:41

	M_MACOPVEC no longer required, as we no longer run-time
	generate the operation structure.

Affected files ...

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

Differences ...

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

@@ -221,7 +221,6 @@
 static int	mac_setlabel_vnode_extattr(struct ucred *cred,
 		    struct vnode *vp, struct label *intlabel);
 
-MALLOC_DEFINE(M_MACOPVEC, "macopvec", "MAC policy operation vector");
 MALLOC_DEFINE(M_MACPIPELABEL, "macpipelabel", "MAC labels for pipes");
 MALLOC_DEFINE(M_MACTEMP, "mactemp", "MAC temporary label storage");
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




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