Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 20957
b: refs/heads/master
c: a6bf527
h: refs/heads/master
i:
  20955: da415c3
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Mar 10, 2006
1 parent 019a6c3 commit 96a90ea
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: 04b857f74cec5efc7730e9db47e291310f4708a4
refs/heads/master: a6bf527091b1dd40f1b6a496812ce7520621c282
3 changes: 2 additions & 1 deletion trunk/mm/vmscan.c
Original file line number Diff line number Diff line change
Expand Up @@ -1883,7 +1883,8 @@ int zone_reclaim(struct zone *zone, gfp_t gfp_mask, unsigned int order)

if (!(gfp_mask & __GFP_WAIT) ||
zone->all_unreclaimable ||
atomic_read(&zone->reclaim_in_progress) > 0)
atomic_read(&zone->reclaim_in_progress) > 0 ||
(p->flags & PF_MEMALLOC))
return 0;

node_id = zone->zone_pgdat->node_id;
Expand Down

0 comments on commit 96a90ea

Please sign in to comment.