Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 188914
b: refs/heads/master
c: d69b2e6
h: refs/heads/master
v: v3
  • Loading branch information
KOSAKI Motohiro authored and Linus Torvalds committed Mar 24, 2010
1 parent 4acd66d commit 3b9842f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 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: 413b43deab8377819aba1dbad2abf0c15d59b491
refs/heads/master: d69b2e63e9172afb4d07c305601b79a55509ac4c
10 changes: 7 additions & 3 deletions trunk/mm/mempolicy.c
Original file line number Diff line number Diff line change
Expand Up @@ -2222,9 +2222,13 @@ int mpol_parse_str(char *str, struct mempolicy **mpol, int no_context)
if (!nodelist)
err = 0;
goto out;
/*
* case MPOL_BIND: mpol_new() enforces non-empty nodemask.
*/
case MPOL_BIND:
/*
* Insist on a nodelist
*/
if (!nodelist)
goto out;
err = 0;
}

mode_flags = 0;
Expand Down

0 comments on commit 3b9842f

Please sign in to comment.