[PATCH] mark struct inode_operations const 3
[safe/jmp/linux-2.6] / include / linux / efs_fs.h
index 278ef44..dfed800 100644 (file)
@@ -36,7 +36,7 @@ static inline struct efs_sb_info *SUPER_INFO(struct super_block *sb)
 
 struct statfs;
 
-extern struct inode_operations efs_dir_inode_operations;
+extern const struct inode_operations efs_dir_inode_operations;
 extern const struct file_operations efs_dir_operations;
 extern const struct address_space_operations efs_symlink_aops;