Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 250876
b: refs/heads/master
c: c6a140b
h: refs/heads/master
v: v3
  • Loading branch information
Andrea Arcangeli authored and Linus Torvalds committed May 25, 2011
1 parent a40ad80 commit efc7fc6
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: a6cccdc36c966e51fd969560d870cfd37afbfa9c
refs/heads/master: c6a140bf164829769499b5e50d380893da39b29e
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -2107,7 +2107,7 @@ __alloc_pages_slowpath(gfp_t gfp_mask, unsigned int order,
sync_migration);
if (page)
goto got_pg;
sync_migration = !(gfp_mask & __GFP_NO_KSWAPD);
sync_migration = true;

/* Try direct reclaim and then allocating */
page = __alloc_pages_direct_reclaim(gfp_mask, order,
Expand Down

0 comments on commit efc7fc6

Please sign in to comment.