Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 230733
b: refs/heads/master
c: c585a26
h: refs/heads/master
i:
  230731: 15e2ea8
v: v3
  • Loading branch information
Steven Rostedt authored and Linus Torvalds committed Jan 14, 2011
1 parent 4a9031b commit 703f999
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e20e87795834f2f14cb53baf657b91d9c39f92c8
refs/heads/master: c585a2678d83ba8fb02fa6b197de0ac7d67377f1
2 changes: 1 addition & 1 deletion trunk/mm/filemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -2227,7 +2227,7 @@ struct page *grab_cache_page_write_begin(struct address_space *mapping,
gfp_notmask = __GFP_FS;
repeat:
page = find_lock_page(mapping, index);
if (likely(page))
if (page)
return page;

page = __page_cache_alloc(mapping_gfp_mask(mapping) & ~gfp_notmask);
Expand Down

0 comments on commit 703f999

Please sign in to comment.