X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=fs%2Faffs%2Ffile.c;h=7076262af39b39404c4ae2669392597934554602;hb=9464c7cf61b9433057924c36e6e02f303a00e768;hp=3de8590e4f6a56a35d13e09be2e8a3012df2fb54;hpb=41689045f6a3cbe0550e1d34e9cc20d2e8c432ba;p=linux-2.6.git diff --git a/fs/affs/file.c b/fs/affs/file.c index 3de8590e4..7076262af 100644 --- a/fs/affs/file.c +++ b/fs/affs/file.c @@ -406,7 +406,7 @@ static sector_t _affs_bmap(struct address_space *mapping, sector_t block) { return generic_block_bmap(mapping,block,affs_get_block); } -const struct address_space_operations affs_aops = { +struct address_space_operations affs_aops = { .readpage = affs_readpage, .writepage = affs_writepage, .sync_page = block_sync_page, @@ -759,7 +759,7 @@ out: goto done; } -const struct address_space_operations affs_aops_ofs = { +struct address_space_operations affs_aops_ofs = { .readpage = affs_readpage_ofs, //.writepage = affs_writepage_ofs, //.sync_page = affs_sync_page_ofs,