Merge branch 'thinkpad-2.6.32-part2' into release
[firefly-linux-kernel-4.4.55.git] / fs / omfs / file.c
index d17e774eaf456ba86118a99e7cbcee3eff4a1ad3..4845fbb18e6e96c579384e3dfa53271a0b577343 100644 (file)
@@ -333,11 +333,11 @@ struct file_operations omfs_file_operations = {
        .splice_read = generic_file_splice_read,
 };
 
-struct inode_operations omfs_file_inops = {
+const struct inode_operations omfs_file_inops = {
        .truncate = omfs_truncate
 };
 
-struct address_space_operations omfs_aops = {
+const struct address_space_operations omfs_aops = {
        .readpage = omfs_readpage,
        .readpages = omfs_readpages,
        .writepage = omfs_writepage,