[PATCH] Make most file operations structs in fs/ const
[linux-2.6-block.git] / include / linux / ext3_fs.h
index 8bb4f842cded772983f04d5c9e39f92afed89c5d..3ade6a4e3bdd7233cfddfe02f0f1494dcc6616d3 100644 (file)
@@ -833,11 +833,11 @@ do {                                                              \
  */
 
 /* dir.c */
-extern struct file_operations ext3_dir_operations;
+extern const struct file_operations ext3_dir_operations;
 
 /* file.c */
 extern struct inode_operations ext3_file_inode_operations;
-extern struct file_operations ext3_file_operations;
+extern const struct file_operations ext3_file_operations;
 
 /* namei.c */
 extern struct inode_operations ext3_dir_inode_operations;