ufs/acl.h: forward-declare struct inode
Right now it is incidentally declared in sys/lockf.h, which will be corrected shortly. 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
8cc19b1e47
commit
5c075d6404
@ -39,6 +39,8 @@
|
||||
|
||||
#ifdef _KERNEL
|
||||
|
||||
struct inode;
|
||||
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user