X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=pandora-kernel.git;a=blobdiff_plain;f=fs%2Fext2%2Ffile.c;h=a2f3afd1a1c1a32ec18f3c0e1385dcb38a9a9ad7;hp=2b9e47dc9222988d512644b33547c6e6ead6cd5d;hb=1d5ccd1c422d7d292a9e45248aa36771900c6331;hpb=6d848a488ad83cc3891bb274691118f45ce6aab9 diff --git a/fs/ext2/file.c b/fs/ext2/file.c index 2b9e47dc9222..a2f3afd1a1c1 100644 --- a/fs/ext2/file.c +++ b/fs/ext2/file.c @@ -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, };