ext4: Avoid updating the inode table bh twice in no journal mode
[safe/jmp/linux-2.6] / fs / jfs / file.c
index 7f6063a..2b70fa7 100644 (file)
@@ -96,7 +96,7 @@ const struct inode_operations jfs_file_inode_operations = {
        .removexattr    = jfs_removexattr,
 #ifdef CONFIG_JFS_POSIX_ACL
        .setattr        = jfs_setattr,
-       .permission     = jfs_permission,
+       .check_acl      = jfs_check_acl,
 #endif
 };