[PATCH] mark address_space_operations const
[deliverable/linux.git] / fs / ramfs / internal.h
index 272c8a7120b031004386c00cbfbaa18eab62072c..c2bb58e74653351797d75c654b855b1fa72b4ed5 100644 (file)
@@ -10,6 +10,6 @@
  */
 
 
-extern struct address_space_operations ramfs_aops;
-extern struct file_operations ramfs_file_operations;
+extern const struct address_space_operations ramfs_aops;
+extern const struct file_operations ramfs_file_operations;
 extern struct inode_operations ramfs_file_inode_operations;
This page took 0.026141 seconds and 5 git commands to generate.