commit | 33268eaf0b3db5e2bd12c0ada81a8e8f87a46d68 | [log] [tgz] |
---|---|---|
author | Josef Bacik <jbacik@redhat.com> | Thu Jul 24 12:16:36 2008 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:04:05 2008 -0400 |
tree | 93b6d00a73402b59c2ea7ae7434138feecefc085 | |
parent | 6099afe88fe64b2f47c43a8a71c13be3a416bbf7 [diff] [blame] |
Btrfs: Add ACL support Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/btrfs_inode.h b/fs/btrfs/btrfs_inode.h index b7bd60e..9f2a4ef 100644 --- a/fs/btrfs/btrfs_inode.h +++ b/fs/btrfs/btrfs_inode.h
@@ -36,6 +36,9 @@ struct inode vfs_inode; struct btrfs_ordered_inode_tree ordered_tree; + struct posix_acl *i_acl; + struct posix_acl *i_default_acl; + /* * transid of the trans_handle that last modified this inode */