Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 168565
b: refs/heads/master
c: 9d0ed60
h: refs/heads/master
i:
  168563: b85603e
v: v3
  • Loading branch information
Mel Gorman authored and Linus Torvalds committed Nov 12, 2009
1 parent 8d258f2 commit c68dea2
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: cc4a6851466039a8a688c843962a05689059ff3b
refs/heads/master: 9d0ed60fe9cd1fbf57f755cd27a23ae9114d7210
2 changes: 1 addition & 1 deletion trunk/mm/page_alloc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1769,7 +1769,7 @@ gfp_to_alloc_flags(gfp_t gfp_mask)
* See also cpuset_zone_allowed() comment in kernel/cpuset.c.
*/
alloc_flags &= ~ALLOC_CPUSET;
} else if (unlikely(rt_task(p)))
} else if (unlikely(rt_task(p)) && !in_interrupt())
alloc_flags |= ALLOC_HARDER;

if (likely(!(gfp_mask & __GFP_NOMEMALLOC))) {
Expand Down

0 comments on commit c68dea2

Please sign in to comment.