PERFORCE change 20939 for review

Robert Watson rwatson at freebsd.org
Sun Nov 10 23:35:06 GMT 2002


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

Change 20939 by rwatson at 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 at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message



More information about the trustedbsd-cvs mailing list