Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 389
b: refs/heads/master
c: 0142496
h: refs/heads/master
i:
  387: be26b9d
v: v3
  • Loading branch information
Al Viro authored and Linus Torvalds committed Apr 24, 2005
1 parent 990ed79 commit e6060a4
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: bc86120a85ebf553180946e8854d1993f074e9f5
refs/heads/master: 01424961e621737c638e489b6a0b5e6602b02612
2 changes: 1 addition & 1 deletion trunk/mm/mempolicy.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ static struct zonelist *zonelist_policy(unsigned int __nocast gfp, struct mempol
case MPOL_BIND:
/* Lower zones don't get a policy applied */
/* Careful: current->mems_allowed might have moved */
if (gfp >= policy_zone)
if ((gfp & GFP_ZONEMASK) >= policy_zone)
if (cpuset_zonelist_valid_mems_allowed(policy->v.zonelist))
return policy->v.zonelist;
/*FALL THROUGH*/
Expand Down

0 comments on commit e6060a4

Please sign in to comment.