X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Focfs2%2Ffile.c;h=f2cd3bf9efb2f6b2dff8b44c44592355e2b44a6e;hb=ef29498655b18d2bfd69048e20835d19333981ab;hp=10953a508f2f3dfdd158102b25d367250834d5ff;hpb=9cdf083f981b8d37b3212400a359368661385099;p=linux-2.6 diff --git a/fs/ocfs2/file.c b/fs/ocfs2/file.c index 10953a508f..f2cd3bf9ef 100644 --- a/fs/ocfs2/file.c +++ b/fs/ocfs2/file.c @@ -1365,13 +1365,13 @@ bail: return ret; } -struct inode_operations ocfs2_file_iops = { +const struct inode_operations ocfs2_file_iops = { .setattr = ocfs2_setattr, .getattr = ocfs2_getattr, .permission = ocfs2_permission, }; -struct inode_operations ocfs2_special_file_iops = { +const struct inode_operations ocfs2_special_file_iops = { .setattr = ocfs2_setattr, .getattr = ocfs2_getattr, .permission = ocfs2_permission,