jffs2/jfs/xfs: switch over to 'check_acl' rather than 'permission()'
[pandora-kernel.git] / fs / jffs2 / file.c
index 23c9475..b7b74e2 100644 (file)
@@ -56,7 +56,7 @@ const struct file_operations jffs2_file_operations =
 
 const struct inode_operations jffs2_file_inode_operations =
 {
-       .permission =   jffs2_permission,
+       .check_acl =    jffs2_check_acl,
        .setattr =      jffs2_setattr,
        .setxattr =     jffs2_setxattr,
        .getxattr =     jffs2_getxattr,