Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 311169
b: refs/heads/master
c: c4c0e9e
h: refs/heads/master
i:
  311167: 844235c
v: v3
  • Loading branch information
David Rientjes authored and Linus Torvalds committed Jun 21, 2012
1 parent 3e80f34 commit 6bf1372
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: 0e3534c0417fef6e6535db8867a04798f2024e3f
refs/heads/master: c4c0e9e544a0eb640798cc66e68f394fa4a561bf
2 changes: 1 addition & 1 deletion trunk/mm/mempolicy.c
Original file line number Diff line number Diff line change
Expand Up @@ -1177,7 +1177,7 @@ static long do_mbind(unsigned long start, unsigned long len,
if (!list_empty(&pagelist)) {
nr_failed = migrate_pages(&pagelist, new_vma_page,
(unsigned long)vma,
false, true);
false, MIGRATE_SYNC);
if (nr_failed)
putback_lru_pages(&pagelist);
}
Expand Down

0 comments on commit 6bf1372

Please sign in to comment.