[PATCH] Make most file operations structs in fs/ const
[deliverable/linux.git] / fs / sysv / file.c
index da69abc06240cc213eafb5cfe1bd63f297e50327..a59e303135fa02feca937e45706c87b14f8d0c5b 100644 (file)
@@ -19,7 +19,7 @@
  * We have mostly NULLs here: the current defaults are OK for
  * the coh filesystem.
  */
-struct file_operations sysv_file_operations = {
+const struct file_operations sysv_file_operations = {
        .llseek         = generic_file_llseek,
        .read           = generic_file_read,
        .write          = generic_file_write,
This page took 0.024122 seconds and 5 git commands to generate.