X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=fs%2Fext4%2Ffile.c;h=27f3c5354c0e2b06ee848f24a18b462ef8050c99;hp=3f1873fef1c64240db9b2b32cb4909ce4349d088;hb=ab3bbaa8b257845e248e9a01d12a69ca245f4197;hpb=e6423407d01168f7760cdee7270d9f51d1240301 diff --git a/fs/ext4/file.c b/fs/ext4/file.c index 3f1873fef1c6..27f3c5354c0e 100644 --- a/fs/ext4/file.c +++ b/fs/ext4/file.c @@ -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, };