Reviewed by:	markj, rmacklem
Sponsored by:	The FreeBSD Foundation
MFC after:	1 week
Differential revision:	https://reviews.freebsd.org/D34756
This commit is contained in:
Konstantin Belousov 2022-04-01 23:28:32 +03:00
parent a3214fbe7f
commit 8cc19b1e47

View File

@ -39,8 +39,10 @@
#ifdef _KERNEL
int ufs_getacl_nfs4_internal(struct vnode *vp, struct acl *aclp, struct thread *td);
int ufs_setacl_nfs4_internal(struct vnode *vp, struct acl *aclp, struct thread *td);
int ufs_getacl_nfs4_internal(struct vnode *vp, struct acl *aclp,
struct thread *td);
int ufs_setacl_nfs4_internal(struct vnode *vp, struct acl *aclp,
struct thread *td);
void ufs_sync_acl_from_inode(struct inode *ip, struct acl *acl);
void ufs_sync_inode_from_acl(struct acl *acl, struct inode *ip);