linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / hfsplus / hfsplus_fs.h
index 8a1ca5e..7ae3936 100644 (file)
@@ -323,8 +323,8 @@ int hfsplus_file_extend(struct inode *);
 void hfsplus_file_truncate(struct inode *);
 
 /* inode.c */
-extern const struct address_space_operations hfsplus_aops;
-extern const struct address_space_operations hfsplus_btree_aops;
+extern struct address_space_operations hfsplus_aops;
+extern 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 *);