ext[234]: move over to 'check_acl' permission model
[pandora-kernel.git] / fs / ext2 / file.c
index 2b9e47d..a2f3afd 100644 (file)
@@ -85,6 +85,6 @@ const struct inode_operations ext2_file_inode_operations = {
        .removexattr    = generic_removexattr,
 #endif
        .setattr        = ext2_setattr,
-       .permission     = ext2_permission,
+       .check_acl      = ext2_check_acl,
        .fiemap         = ext2_fiemap,
 };