diff options
author | Josef Bacik <jbacik@redhat.com> | 2008-07-24 12:16:36 -0400 |
---|---|---|
committer | Chris Mason <chris.mason@oracle.com> | 2008-09-25 11:04:05 -0400 |
commit | 33268eaf0b3db5e2bd12c0ada81a8e8f87a46d68 (patch) | |
tree | 93b6d00a73402b59c2ea7ae7434138feecefc085 /fs/btrfs/btrfs_inode.h | |
parent | 6099afe88fe64b2f47c43a8a71c13be3a416bbf7 (diff) |
Btrfs: Add ACL support
Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to 'fs/btrfs/btrfs_inode.h')
-rw-r--r-- | fs/btrfs/btrfs_inode.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h index b7bd60e4fdd7..9f2a4ef944a7 100644 --- a/fs/btrfs/btrfs_inode.h +++ b/fs/btrfs/btrfs_inode.h | |||
@@ -36,6 +36,9 @@ struct btrfs_inode { | |||
36 | struct inode vfs_inode; | 36 | struct inode vfs_inode; |
37 | struct btrfs_ordered_inode_tree ordered_tree; | 37 | struct btrfs_ordered_inode_tree ordered_tree; |
38 | 38 | ||
39 | struct posix_acl *i_acl; | ||
40 | struct posix_acl *i_default_acl; | ||
41 | |||
39 | /* | 42 | /* |
40 | * transid of the trans_handle that last modified this inode | 43 | * transid of the trans_handle that last modified this inode |
41 | */ | 44 | */ |