X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=fs%2Fhfsplus%2Fhfsplus_fs.h;h=8a1ca5ef7ada1f26468d031ee0882d61e350ca36;hb=5e980823581682d1566e7b5089cf827ddd5f3c94;hp=7ae393637a0ccc688dbfd38f674123d673081471;hpb=71e834f563799e09c6bd7d6638993b464fac26f5;p=powerpc.git diff --git a/fs/hfsplus/hfsplus_fs.h b/fs/hfsplus/hfsplus_fs.h index 7ae393637a..8a1ca5ef7a 100644 --- a/fs/hfsplus/hfsplus_fs.h +++ b/fs/hfsplus/hfsplus_fs.h @@ -323,8 +323,8 @@ int hfsplus_file_extend(struct inode *); void hfsplus_file_truncate(struct inode *); /* inode.c */ -extern struct address_space_operations hfsplus_aops; -extern struct address_space_operations hfsplus_btree_aops; +extern const struct address_space_operations hfsplus_aops; +extern const struct address_space_operations hfsplus_btree_aops; void hfsplus_inode_read_fork(struct inode *, struct hfsplus_fork_raw *); void hfsplus_inode_write_fork(struct inode *, struct hfsplus_fork_raw *);