]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/qnx4/file.c
[PATCH] mark struct inode_operations const 3
[linux-2.6-omap-h63xx.git] / fs / qnx4 / file.c
index 467e5ac7280e739eb65a3ee63267ef5e46fbef20..44649981bbc8b08b7c1830d903432bb3fb583701 100644 (file)
@@ -33,7 +33,7 @@ const struct file_operations qnx4_file_operations =
 #endif
 };
 
-struct inode_operations qnx4_file_inode_operations =
+const struct inode_operations qnx4_file_inode_operations =
 {
 #ifdef CONFIG_QNX4FS_RW
        .truncate       = qnx4_truncate,