[PATCH] Make most file operations structs in fs/ const
[linux-2.6-block.git] / fs / qnx4 / file.c
index c33963fded9eb94d0b209c48e60d7c7499a27a20..62af4b1348bda336cfcc90420a6f1b208f7f807f 100644 (file)
@@ -19,7 +19,7 @@
  * We have mostly NULL's here: the current defaults are ok for
  * the qnx4 filesystem.
  */
-struct file_operations qnx4_file_operations =
+const struct file_operations qnx4_file_operations =
 {
        .llseek         = generic_file_llseek,
        .read           = generic_file_read,