]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ext2/file.c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/shaggy...
[linux-2.6-omap-h63xx.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,