summaryrefslogtreecommitdiffstats
path: root/sys/security/mac/mac_framework.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2002-11-12 04:20:36 +0000
committerrwatson <rwatson@FreeBSD.org>2002-11-12 04:20:36 +0000
commit1e2f84951192b417cc73573a47605913d9b671f2 (patch)
treef77b4842f5fc009d2a4ec4c987fb24eb6b02fba1 /sys/security/mac/mac_framework.h
parentafd12f968b077aa6c86bd0026507f84ade294f1f (diff)
downloadFreeBSD-src-1e2f84951192b417cc73573a47605913d9b671f2.zip
FreeBSD-src-1e2f84951192b417cc73573a47605913d9b671f2.tar.gz
Garbage collect mac_create_devfs_vnode() -- it hasn't been used since
we brought in the new cache and locking model for vnode labels. We now rely on mac_associate_devfs_vnode(). Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
Diffstat (limited to 'sys/security/mac/mac_framework.h')
-rw-r--r--sys/security/mac/mac_framework.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/security/mac/mac_framework.h b/sys/security/mac/mac_framework.h
index 3d56a17..17cf52e 100644
--- a/sys/security/mac/mac_framework.h
+++ b/sys/security/mac/mac_framework.h
@@ -174,7 +174,6 @@ void mac_create_devfs_directory(char *dirname, int dirnamelen,
struct devfs_dirent *de);
void mac_create_devfs_symlink(struct ucred *cred, struct devfs_dirent *dd,
struct devfs_dirent *de);
-void mac_create_devfs_vnode(struct devfs_dirent *de, struct vnode *vp);
int mac_create_vnode_extattr(struct ucred *cred, struct mount *mp,
struct vnode *dvp, struct vnode *vp, struct componentname *cnp);
void mac_create_mount(struct ucred *cred, struct mount *mp);
OpenPOWER on IntegriCloud