[PATCH] Make most file operations structs in fs/ const
[deliverable/linux.git] / fs / ocfs2 / file.h
index a5ea33b2406072d43cc61d637ba6121652497d42..740c9e7ca5993b5fd86ab9fefa1a55cdacbb9a21 100644 (file)
@@ -26,8 +26,8 @@
 #ifndef OCFS2_FILE_H
 #define OCFS2_FILE_H
 
-extern struct file_operations ocfs2_fops;
-extern struct file_operations ocfs2_dops;
+extern const struct file_operations ocfs2_fops;
+extern const struct file_operations ocfs2_dops;
 extern struct inode_operations ocfs2_file_iops;
 extern struct inode_operations ocfs2_special_file_iops;
 struct ocfs2_alloc_context;
This page took 0.039245 seconds and 5 git commands to generate.