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:
Konstantin Belousov 2022-04-01 23:31:47 +03:00
parent 8cc19b1e47
commit 5c075d6404

View File

@ -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,