mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
switch ext2 to inode->i_acl
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
f19d4a8fa6
commit
5e78b43568
5 changed files with 11 additions and 41 deletions
|
@ -1224,10 +1224,6 @@ struct inode *ext2_iget (struct super_block *sb, unsigned long ino)
|
|||
return inode;
|
||||
|
||||
ei = EXT2_I(inode);
|
||||
#ifdef CONFIG_EXT2_FS_POSIX_ACL
|
||||
ei->i_acl = EXT2_ACL_NOT_CACHED;
|
||||
ei->i_default_acl = EXT2_ACL_NOT_CACHED;
|
||||
#endif
|
||||
ei->i_block_alloc_info = NULL;
|
||||
|
||||
raw_inode = ext2_get_inode(inode->i_sb, ino, &bh);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue