Date: Wed, 10 Jul 2002 09:49:39 -0700 (PDT) From: Brian Feldman <green@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 14040 for review Message-ID: <200207101649.g6AGndW2098327@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=14040 Change 14040 by green@green_laptop_2 on 2002/07/10 09:49:04 Catch up with trmeoved mac_created_vnode_from_exported. Affected files ... .. //depot/projects/trustedbsd/mac/sys/security/mac_none/mac_none.c#34 edit Differences ... ==== //depot/projects/trustedbsd/mac/sys/security/mac_none/mac_none.c#34 (text+ko) ==== @@ -272,13 +272,6 @@ } static void -mac_none_create_vnode_from_exported(struct ucred *cred, struct vnode *vp, - struct mac *extmac, struct label *intlabel) -{ - -} - -static void mac_none_create_mount(struct ucred *cred, struct mount *mp, struct label *mntlabel, struct label *fslabel) { @@ -857,8 +850,6 @@ (macop_t)mac_none_create_devfs_directory }, { MAC_CREATE_DEVFS_VNODE, (macop_t)mac_none_create_devfs_vnode }, - { MAC_CREATE_VNODE_FROM_EXPORTED, - (macop_t)mac_none_create_vnode_from_exported }, { MAC_CREATE_VNODE_FROM_VNODE, (macop_t)mac_none_create_vnode_from_vnode }, { MAC_CREATE_MOUNT, 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?200207101649.g6AGndW2098327>