[PATCH] Make most file operations structs in fs/ const
[deliverable/linux.git] / fs / qnx4 / dir.c
index 7a8f5595c26fea5898f1dfe246c8b86025b3e72a..9031948fefd056104a4822ab4f193529f70a1475 100644 (file)
@@ -81,7 +81,7 @@ out:
        return 0;
 }
 
-struct file_operations qnx4_dir_operations =
+const struct file_operations qnx4_dir_operations =
 {
        .read           = generic_read_dir,
        .readdir        = qnx4_readdir,
This page took 0.027013 seconds and 5 git commands to generate.