X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=include%2Flinux%2Fefs_fs.h;h=dfed8009ebff4913621ec00a8bbabb47af5f3d19;hb=7662d046df09e80680b77b68de896beab45e675e;hp=fbfa6b52e2fb0007a3ec29b7a003fc3981981d19;hpb=d62e54abca1146981fc9f98f85ff398a113a22c2;p=powerpc.git diff --git a/include/linux/efs_fs.h b/include/linux/efs_fs.h index fbfa6b52e2..dfed8009eb 100644 --- a/include/linux/efs_fs.h +++ b/include/linux/efs_fs.h @@ -36,9 +36,9 @@ 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 struct address_space_operations efs_symlink_aops; +extern const 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);