]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/qnx4/dir.c
[PATCH] mark struct inode_operations const 3
[linux-2.6-omap-h63xx.git] / fs / qnx4 / dir.c
index c94db1db7a71cdcdb70de74d64fc0edae029e0de..ea9ffefb48add56ddace16e202e80d49b97859c5 100644 (file)
@@ -87,7 +87,7 @@ const struct file_operations qnx4_dir_operations =
        .fsync          = file_fsync,
 };
 
-struct inode_operations qnx4_dir_inode_operations =
+const struct inode_operations qnx4_dir_inode_operations =
 {
        .lookup         = qnx4_lookup,
 #ifdef CONFIG_QNX4FS_RW