diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2009-06-08 19:53:58 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2009-06-24 08:17:04 -0400 |
commit | 6582a0e6f6bc7bf64817b9e1a424782855292ab0 (patch) | |
tree | 7f7ac59f476a461a33706714e7bcb635b60977af /fs/ext3/acl.h | |
parent | 5e78b435683daaaacadad1b2aeefb8904cf6acfb (diff) | |
download | linux-6582a0e6f6bc7bf64817b9e1a424782855292ab0.tar.gz linux-6582a0e6f6bc7bf64817b9e1a424782855292ab0.tar.bz2 linux-6582a0e6f6bc7bf64817b9e1a424782855292ab0.zip |
switch ext3 to inode->i_acl
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/ext3/acl.h')
-rw-r--r-- | fs/ext3/acl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/ext3/acl.h b/fs/ext3/acl.h index 42da16b8cac0..07d15a3a5969 100644 --- a/fs/ext3/acl.h +++ b/fs/ext3/acl.h @@ -53,10 +53,6 @@ static inline int ext3_acl_count(size_t size) #ifdef CONFIG_EXT3_FS_POSIX_ACL -/* Value for inode->u.ext3_i.i_acl and inode->u.ext3_i.i_default_acl - if the ACL has not been cached */ -#define EXT3_ACL_NOT_CACHED ((void *)-1) - /* acl.c */ extern int ext3_permission (struct inode *, int); extern int ext3_acl_chmod (struct inode *); |