git: f307a1d4d279 - stable/13 - ufs/acl.h: forward-declare struct inode
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 16 Apr 2022 02:18:39 UTC
The branch stable/13 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=f307a1d4d279dd3acf9c04a938748eef131c131f
commit f307a1d4d279dd3acf9c04a938748eef131c131f
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-04-01 20:31:47 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-04-16 02:18:18 +0000
ufs/acl.h: forward-declare struct inode
(cherry picked from commit 5c075d6404972fb337c55e959b25b46bae087ada)
---
sys/ufs/ufs/acl.h | 2 ++
1 file changed, 2 insertions(+)
diff --git a/sys/ufs/ufs/acl.h b/sys/ufs/ufs/acl.h
index 07075db91745..12da6d480416 100644
--- a/sys/ufs/ufs/acl.h
+++ b/sys/ufs/ufs/acl.h
@@ -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,