Style.
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:
parent
a3214fbe7f
commit
8cc19b1e47
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user