From: Trivial Patch Monkey From: Carl Spalletta --- 25-akpm/mm/filemap.c | 2 +- 25-akpm/mm/filemap.c.orig | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff -puN mm/filemap.c~filemap-comment-fix mm/filemap.c --- 25/mm/filemap.c~filemap-comment-fix 2004-03-14 14:25:01.634187200 -0800 +++ 25-akpm/mm/filemap.c 2004-03-14 14:25:01.638186592 -0800 @@ -576,7 +576,7 @@ EXPORT_SYMBOL(grab_cache_page_nowait); /* * This is a generic file read routine, and uses the - * inode->i_op->readpage() function for the actual low-level + * mapping->a_ops->readpage() function for the actual low-level * stuff. * * This is really ugly. But the goto's actually try to clarify some