[PATCH] Make most file operations structs in fs/ const
[deliverable/linux.git] / fs / minix / minix.h
index e42a8bb890013bf27b717c3b6458133cb34ab124..c55b77cdcc8e2af21e447a168e5cbb4ad26c6d42 100644 (file)
@@ -81,8 +81,8 @@ extern int minix_sync_file(struct file *, struct dentry *, int);
 
 extern struct inode_operations minix_file_inode_operations;
 extern struct inode_operations minix_dir_inode_operations;
-extern struct file_operations minix_file_operations;
-extern struct file_operations minix_dir_operations;
+extern const struct file_operations minix_file_operations;
+extern const struct file_operations minix_dir_operations;
 extern struct dentry_operations minix_dentry_operations;
 
 static inline struct minix_sb_info *minix_sb(struct super_block *sb)
This page took 0.031216 seconds and 5 git commands to generate.