X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fefs_fs.h;fp=include%2Flinux%2Fefs_fs.h;h=28f368c526fba4360be6c0fa83e705bbcd51801c;hb=64ba3f394c830ec48a1c31b53dcae312c56f1604;hp=278ef4495819509748a2e1b3c53651202bbcf1f9;hpb=be1e6109ac94a859551f8e1774eb9a8469fe055c;p=linux-2.6.git diff --git a/include/linux/efs_fs.h b/include/linux/efs_fs.h index 278ef4495..28f368c52 100644 --- a/include/linux/efs_fs.h +++ b/include/linux/efs_fs.h @@ -37,8 +37,8 @@ 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 file_operations efs_dir_operations; -extern const struct address_space_operations efs_symlink_aops; +extern struct file_operations efs_dir_operations; +extern struct address_space_operations efs_symlink_aops; extern void efs_read_inode(struct inode *); extern efs_block_t efs_map_block(struct inode *, efs_block_t);