Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56482
b: refs/heads/master
c: 43c0f3d
h: refs/heads/master
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed May 17, 2007
1 parent a39c1d2 commit e203f84
Show file tree
Hide file tree
Showing 2 changed files with 3 additions 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: 8382d2b9a7205fe1fb262f59237715a40c911880
refs/heads/master: 43c0f3d25c602dc96b201ed81ffda0bc600ff969
3 changes: 2 additions & 1 deletion trunk/mm/filemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,8 @@ struct page *find_or_create_page(struct address_space *mapping,
page = find_lock_page(mapping, index);
if (!page) {
if (!cached_page) {
cached_page = alloc_page(gfp_mask);
cached_page =
__page_cache_alloc(gfp_mask);
if (!cached_page)
return NULL;
}
Expand Down

0 comments on commit e203f84

Please sign in to comment.