PERFORCE change 41860 for review
Robert Watson
rwatson at FreeBSD.org
Mon Nov 10 03:52:20 GMT 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);
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