summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_acl.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2000-12-08 20:09:00 +0000
committerphk <phk@FreeBSD.org>2000-12-08 20:09:00 +0000
commitc3f2ee9700d0fed2b3e547667a6c907d938f10ed (patch)
tree9b91e3254d2e20aba04461b987734554ccec9f24 /sys/kern/vfs_acl.c
parent66ed1a203c9a3402bd1232f9af1218dfbc9dd09c (diff)
downloadFreeBSD-src-c3f2ee9700d0fed2b3e547667a6c907d938f10ed.zip
FreeBSD-src-c3f2ee9700d0fed2b3e547667a6c907d938f10ed.tar.gz
Staticize some malloc M_ instances.
Diffstat (limited to 'sys/kern/vfs_acl.c')
-rw-r--r--sys/kern/vfs_acl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/kern/vfs_acl.c b/sys/kern/vfs_acl.c
index 3c9eb6e..0e9fc40 100644
--- a/sys/kern/vfs_acl.c
+++ b/sys/kern/vfs_acl.c
@@ -46,7 +46,7 @@
#include <sys/stat.h>
#include <sys/acl.h>
-MALLOC_DEFINE(M_ACL, "acl", "access control list");
+static MALLOC_DEFINE(M_ACL, "acl", "access control list");
static int vacl_set_acl(struct proc *p, struct vnode *vp, acl_type_t type,
struct acl *aclp);
OpenPOWER on IntegriCloud