From: Andrew Morton Signed-off-by: Andrew Morton --- mm/filemap.c | 2 +- 1 files changed, 1 insertion(+), 1 deletion(-) diff -puN mm/filemap.c~mark-address_space_operations-const-fix mm/filemap.c --- 25/mm/filemap.c~mark-address_space_operations-const-fix Mon May 15 12:48:36 2006 +++ 25-akpm/mm/filemap.c Mon May 15 12:48:57 2006 @@ -2125,7 +2125,7 @@ __generic_file_aio_write_nolock(struct k unsigned long nr_segs, loff_t *ppos) { struct file *file = iocb->ki_filp; - struct address_space * mapping = file->f_mapping; + const struct address_space * mapping = file->f_mapping; size_t ocount; /* original count */ size_t count; /* after file limit checks */ struct inode *inode = mapping->host; _