diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2009-06-08 23:54:26 (GMT) |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-06-24 12:17:04 (GMT) |
commit | d4bfe2f76d785cc77611a4bda8cedaff358d8c7d (patch) | |
tree | a8c953fe752afebadb4f0fb4aa3e80dbab934f7f /fs/ext4/ext4.h | |
parent | 6582a0e6f6bc7bf64817b9e1a424782855292ab0 (diff) | |
download | linux-d4bfe2f76d785cc77611a4bda8cedaff358d8c7d.tar.xz |
switch ext4 to inode->i_acl
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 17b9998..0ddf7e5 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -595,10 +595,6 @@ struct ext4_inode_info { */ struct rw_semaphore xattr_sem; #endif -#ifdef CONFIG_EXT4_FS_POSIX_ACL - struct posix_acl *i_acl; - struct posix_acl *i_default_acl; -#endif struct list_head i_orphan; /* unlinked but open inodes */ |