|
@@ -2445,7 +2445,7 @@ const struct inode_operations ext3_dir_inode_operations = {
|
|
|
.listxattr = ext3_listxattr,
|
|
|
.removexattr = generic_removexattr,
|
|
|
#endif
|
|
|
- .permission = ext3_permission,
|
|
|
+ .check_acl = ext3_check_acl,
|
|
|
};
|
|
|
|
|
|
const struct inode_operations ext3_special_inode_operations = {
|
|
@@ -2456,5 +2456,5 @@ const struct inode_operations ext3_special_inode_operations = {
|
|
|
.listxattr = ext3_listxattr,
|
|
|
.removexattr = generic_removexattr,
|
|
|
#endif
|
|
|
- .permission = ext3_permission,
|
|
|
+ .check_acl = ext3_check_acl,
|
|
|
};
|