PERFORCE change 41860 for review

Robert Watson rwatson at FreeBSD.org
Sun Nov 9 19:52:22 PST 2003


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

Change 41860 by rwatson at rwatson_paprika on 2003/11/09 19:51:52

	Further GC of old MAC mount label interfaces.

Affected files ...

.. //depot/projects/trustedbsd/sebsd/sys/sys/mac.h#12 edit

Differences ...

==== //depot/projects/trustedbsd/sebsd/sys/sys/mac.h#12 (text+ko) ====

@@ -158,7 +158,6 @@
 void	mac_init_mount(struct mount *);
 void	mac_init_proc(struct proc *);
 void	mac_init_vnode(struct vnode *);
-void	mac_init_mount_label(struct label *);
 void	mac_copy_mbuf_tag(struct m_tag *, struct m_tag *);
 void	mac_copy_vnode_label(struct label *, struct label *label);
 void	mac_copy_mount_label(struct label *, struct label *label);
@@ -179,7 +178,6 @@
 void	mac_destroy_mbuf_tag(struct m_tag *);
 void	mac_destroy_mount(struct mount *);
 void	mac_destroy_vnode(struct vnode *);
-void	mac_destroy_mount_label(struct label *);
 
 struct label	*mac_cred_label_alloc(void);
 void		 mac_cred_label_free(struct label *label);


More information about the p4-projects mailing list