Merge branch 'master' into for_paulus
[linux-drm-fsl-dcu.git] / fs / ext2 / file.c
index 2dba473c524ad33282402305b6b1afe837caf5d3..566d4e2d3852353d4e54032c417b6bd593d72fa2 100644 (file)
@@ -75,7 +75,7 @@ const struct file_operations ext2_xip_file_operations = {
 };
 #endif
 
-struct inode_operations ext2_file_inode_operations = {
+const struct inode_operations ext2_file_inode_operations = {
        .truncate       = ext2_truncate,
 #ifdef CONFIG_EXT2_FS_XATTR
        .setxattr       = generic_setxattr,