From 7af86ad4d9bf06fa578d5124c3645ec933e50940 Mon Sep 17 00:00:00 2001 From: trasz Date: Tue, 22 Sep 2009 15:15:03 +0000 Subject: Add pieces of infrastructure required for NFSv4 ACL support in UFS. Reviewed by: rwatson --- sys/sys/vnode.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sys/sys') diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 2f2d90a..dffbf9a 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -614,6 +614,9 @@ int vn_commname(struct vnode *vn, char *buf, u_int buflen); int vaccess(enum vtype type, mode_t file_mode, uid_t file_uid, gid_t file_gid, accmode_t accmode, struct ucred *cred, int *privused); +int vaccess_acl_nfs4(enum vtype type, uid_t file_uid, gid_t file_gid, + struct acl *aclp, accmode_t accmode, struct ucred *cred, + int *privused); int vaccess_acl_posix1e(enum vtype type, uid_t file_uid, gid_t file_gid, struct acl *acl, accmode_t accmode, struct ucred *cred, int *privused); -- cgit v1.1