Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 26859
b: refs/heads/master
c: 92d1dbd
h: refs/heads/master
i:
  26857: 41bbd98
  26855: ac3b123
v: v3
  • Loading branch information
Paul Jackson authored and Linus Torvalds committed May 21, 2006
1 parent f3b3459 commit b23fcfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 36be57ffe39e03aab9fbe857f70c7a6a15bd9e08
refs/heads/master: 92d1dbd27417c54c23aac6a84c285e256f6118b6
1 change: 1 addition & 0 deletions trunk/kernel/cpuset.c
Original file line number Diff line number Diff line change
Expand Up @@ -2261,6 +2261,7 @@ int __cpuset_zone_allowed(struct zone *z, gfp_t gfp_mask)
if (in_interrupt())
return 1;
node = z->zone_pgdat->node_id;
might_sleep_if(!(gfp_mask & __GFP_HARDWALL));
if (node_isset(node, current->mems_allowed))
return 1;
if (gfp_mask & __GFP_HARDWALL) /* If hardwall request, stop here */
Expand Down

0 comments on commit b23fcfb

Please sign in to comment.