--- ./mm/filemap.c.OLD Mon Oct 30 23:00:35 2000 +++ ./mm/filemap.c Mon Oct 30 23:11:26 2000 @@ -2313,9 +2313,9 @@ void *data) { struct page *page; + int err; retry: page = __read_cache_page(mapping, index, filler, data); - int err; if (IS_ERR(page) || Page_Uptodate(page)) goto out;