]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - fs/minix/minix.h
[PATCH] mark struct inode_operations const 2
[net-next-2.6.git] / fs / minix / minix.h
index e016ee91d936e97472fce329ee82bba196e85610..73ef84f8fb0bb7fff4583b9a96c6b0a81dcee0cb 100644 (file)
@@ -75,8 +75,8 @@ extern struct minix_dir_entry *minix_dotdot(struct inode*, struct page**);
 extern ino_t minix_inode_by_name(struct dentry*);
 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 const struct inode_operations minix_file_inode_operations;
+extern const struct inode_operations minix_dir_inode_operations;
 extern const struct file_operations minix_file_operations;
 extern const struct file_operations minix_dir_operations;
 extern struct dentry_operations minix_dentry_operations;