diff options
Diffstat (limited to 'fs/ext4/file.c')
| -rw-r--r-- | fs/ext4/file.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ext4/file.c b/fs/ext4/file.c index 3f1873fef1c..27f3c5354c0 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,  };  |