X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Fbfs%2Fbfs.h;h=9d791004b21ccbf02ccc7a6d01d01a64cddf0b70;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=31973bbbf0574d285c71e309cbdbc36de83d0784;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/fs/bfs/bfs.h b/fs/bfs/bfs.h index 31973bbbf..9d791004b 100644 --- a/fs/bfs/bfs.h +++ b/fs/bfs/bfs.h @@ -50,7 +50,7 @@ static inline struct bfs_inode_info *BFS_I(struct inode *inode) /* file.c */ extern struct inode_operations bfs_file_inops; extern const struct file_operations bfs_file_operations; -extern const struct address_space_operations bfs_aops; +extern struct address_space_operations bfs_aops; /* dir.c */ extern struct inode_operations bfs_dir_inops;