[PATCH] Make most file operations structs in fs/ const
[deliverable/linux.git] / fs / autofs4 / autofs_i.h
index c70204a612688d898e6ee88f59d717d410750a36..57c4903614e58c29a2eae1462f1f46c1ca8083ec 100644 (file)
@@ -176,8 +176,8 @@ extern struct inode_operations autofs4_dir_inode_operations;
 extern struct inode_operations autofs4_root_inode_operations;
 extern struct inode_operations autofs4_indirect_root_inode_operations;
 extern struct inode_operations autofs4_direct_root_inode_operations;
-extern struct file_operations autofs4_dir_operations;
-extern struct file_operations autofs4_root_operations;
+extern const struct file_operations autofs4_dir_operations;
+extern const struct file_operations autofs4_root_operations;
 
 /* Initializing function */
 
This page took 0.02442 seconds and 5 git commands to generate.