diff options
| author | Steve French <sfrench@us.ibm.com> | 2009-06-14 09:34:46 -0400 |
|---|---|---|
| committer | Steve French <sfrench@us.ibm.com> | 2009-06-14 09:34:46 -0400 |
| commit | b70b92e41d95fd906f05f6e98f61209201495fa7 (patch) | |
| tree | 594890f30f1d89d54eccfd2780dfc033bd2fdd06 /fs/xfs/xfs_inode.h | |
| parent | 1e68b2b2756fc3488ecbade5ad5f13302b3aaafc (diff) | |
| parent | 44b7532b8b464f606053562400719c9c21276037 (diff) | |
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
Diffstat (limited to 'fs/xfs/xfs_inode.h')
| -rw-r--r-- | fs/xfs/xfs_inode.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/xfs/xfs_inode.h b/fs/xfs/xfs_inode.h index f879c1bc4b96..77016702938b 100644 --- a/fs/xfs/xfs_inode.h +++ b/fs/xfs/xfs_inode.h | |||
| @@ -18,6 +18,7 @@ | |||
| 18 | #ifndef __XFS_INODE_H__ | 18 | #ifndef __XFS_INODE_H__ |
| 19 | #define __XFS_INODE_H__ | 19 | #define __XFS_INODE_H__ |
| 20 | 20 | ||
| 21 | struct posix_acl; | ||
| 21 | struct xfs_dinode; | 22 | struct xfs_dinode; |
| 22 | struct xfs_inode; | 23 | struct xfs_inode; |
| 23 | 24 | ||
| @@ -272,6 +273,11 @@ typedef struct xfs_inode { | |||
| 272 | /* VFS inode */ | 273 | /* VFS inode */ |
| 273 | struct inode i_vnode; /* embedded VFS inode */ | 274 | struct inode i_vnode; /* embedded VFS inode */ |
| 274 | 275 | ||
| 276 | #ifdef CONFIG_XFS_POSIX_ACL | ||
| 277 | struct posix_acl *i_acl; | ||
| 278 | struct posix_acl *i_default_acl; | ||
| 279 | #endif | ||
| 280 | |||
| 275 | /* Trace buffers per inode. */ | 281 | /* Trace buffers per inode. */ |
| 276 | #ifdef XFS_INODE_TRACE | 282 | #ifdef XFS_INODE_TRACE |
| 277 | struct ktrace *i_trace; /* general inode trace */ | 283 | struct ktrace *i_trace; /* general inode trace */ |
