Btrfs: Add ACL support

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Josef Bacik
2008-07-24 12:16:36 -04:00
committed by Chris Mason
parent 6099afe88f
commit 33268eaf0b
6 changed files with 335 additions and 48 deletions

View File

@@ -36,6 +36,9 @@ struct btrfs_inode {
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
*/