Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Nov 2003 19:52:20 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 41860 for review
Message-ID:  <200311100352.hAA3qKPL066597@repoman.freebsd.org>

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

Change 41860 by rwatson@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);



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