[PATCH] Make most file operations structs in fs/ const
[deliverable/linux.git] / fs / bfs / file.c
index 807723b65daf3b1c93830325e441bf4b03bc81ef..d83cd74a2e4e681a061552e8c26e22070e41efa0 100644 (file)
@@ -17,7 +17,7 @@
 #define dprintf(x...)
 #endif
 
-struct file_operations bfs_file_operations = {
+const struct file_operations bfs_file_operations = {
        .llseek         = generic_file_llseek,
        .read           = generic_file_read,
        .write          = generic_file_write,
This page took 0.035859 seconds and 5 git commands to generate.