xfs: use generic Posix ACL code
[deliverable/linux.git] / fs / xfs / xfs_inode.h
index f879c1bc4b96deba7ec1c42fb8bc9fcfd0109a1d..77016702938b23cca6c9b4e6a4b48e164ae176ac 100644 (file)
@@ -18,6 +18,7 @@
 #ifndef        __XFS_INODE_H__
 #define        __XFS_INODE_H__
 
+struct posix_acl;
 struct xfs_dinode;
 struct xfs_inode;
 
@@ -272,6 +273,11 @@ typedef struct xfs_inode {
        /* VFS inode */
        struct inode            i_vnode;        /* embedded VFS inode */
 
+#ifdef CONFIG_XFS_POSIX_ACL
+       struct posix_acl        *i_acl;
+       struct posix_acl        *i_default_acl;
+#endif
+
        /* Trace buffers per inode. */
 #ifdef XFS_INODE_TRACE
        struct ktrace           *i_trace;       /* general inode trace */
This page took 0.04385 seconds and 5 git commands to generate.