ext[234]: move over to 'check_acl' permission model
[pandora-kernel.git] / fs / ext4 / file.c
index 3f1873f..27f3c53 100644 (file)
@@ -207,7 +207,7 @@ const struct inode_operations ext4_file_inode_operations = {
        .listxattr      = ext4_listxattr,
        .removexattr    = generic_removexattr,
 #endif
-       .permission     = ext4_permission,
+       .check_acl      = ext4_check_acl,
        .fallocate      = ext4_fallocate,
        .fiemap         = ext4_fiemap,
 };