Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58253
b: refs/heads/master
c: 4e99325
h: refs/heads/master
i:
  58251: 3f7174a
v: v3
  • Loading branch information
Peter Zijlstra authored and Linus Torvalds committed Jul 8, 2007
1 parent aef683b commit 0c37c0f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 95511ad4342cd094e62c807f6631b9a19cc6b129
refs/heads/master: 4e99325b462ba18075768582621af74a6b79d2a5
1 change: 0 additions & 1 deletion trunk/mm/filemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1786,7 +1786,6 @@ struct page *read_cache_page_async(struct address_space *mapping,
page = __read_cache_page(mapping, index, filler, data);
if (IS_ERR(page))
return page;
mark_page_accessed(page);
if (PageUptodate(page))
goto out;

Expand Down

0 comments on commit 0c37c0f

Please sign in to comment.