Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 11397
b: refs/heads/master
c: 5fcbb23
h: refs/heads/master
i:
  11395: b11dc3e
v: v3
  • Loading branch information
Christoph Lameter authored and Linus Torvalds committed Oct 30, 2005
1 parent 9ff6636 commit 0110b29
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: 8bccd85ffbaf8ff1448d1235fa6594e207695531
refs/heads/master: 5fcbb23050936d69de8087d4b311eaf55cb42740
2 changes: 1 addition & 1 deletion trunk/mm/mempolicy.c
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ long do_mbind(unsigned long start, unsigned long len,
return -EINVAL;
if (end == start)
return 0;
if (contextualize_policy(mode, nmask))
if (mpol_check_policy(mode, nmask))
return -EINVAL;
new = mpol_new(mode, nmask);
if (IS_ERR(new))
Expand Down

0 comments on commit 0110b29

Please sign in to comment.