We just tested the page's uptodateness, no point in doing it again. --- 25-akpm/mm/filemap.c | 3 --- 1 files changed, 3 deletions(-) diff -puN mm/filemap.c~do_generic_mapping_read-cleanup mm/filemap.c --- 25/mm/filemap.c~do_generic_mapping_read-cleanup Mon May 17 14:26:35 2004 +++ 25-akpm/mm/filemap.c Mon May 17 14:26:43 2004 @@ -722,9 +722,6 @@ page_ok: break; page_not_up_to_date: - if (PageUptodate(page)) - goto page_ok; - /* Get exclusive access to the page ... */ lock_page(page); _