diff options
Diffstat (limited to 'mm/filemap.c')
-rw-r--r-- | mm/filemap.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index edb1b0b5cc8d..d1d9814f99dd 100644 --- a/mm/filemap.c +++ b/mm/filemap.c | |||
@@ -1786,7 +1786,6 @@ retry: | |||
1786 | page = __read_cache_page(mapping, index, filler, data); | 1786 | page = __read_cache_page(mapping, index, filler, data); |
1787 | if (IS_ERR(page)) | 1787 | if (IS_ERR(page)) |
1788 | return page; | 1788 | return page; |
1789 | mark_page_accessed(page); | ||
1790 | if (PageUptodate(page)) | 1789 | if (PageUptodate(page)) |
1791 | goto out; | 1790 | goto out; |
1792 | 1791 | ||