Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 24893
b: refs/heads/master
c: 2741a55
h: refs/heads/master
i:
  24891: 323c10c
v: v3
  • Loading branch information
Paul Jackson authored and Linus Torvalds committed Mar 31, 2006
1 parent dbe4d41 commit 890a2fb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 4a01c8d5be628ac20cfd432c21808d76be5813e6
refs/heads/master: 2741a559a01e1ba9bf87285569dc1a104d134ecf
4 changes: 2 additions & 2 deletions trunk/kernel/cpuset.c
Original file line number Diff line number Diff line change
Expand Up @@ -1183,11 +1183,11 @@ static int attach_task(struct cpuset *cs, char *pidbuf, char **ppathbuf)
mm = get_task_mm(tsk);
if (mm) {
mpol_rebind_mm(mm, &to);
if (is_memory_migrate(cs))
do_migrate_pages(mm, &from, &to, MPOL_MF_MOVE_ALL);
mmput(mm);
}

if (is_memory_migrate(cs))
do_migrate_pages(tsk->mm, &from, &to, MPOL_MF_MOVE_ALL);
put_task_struct(tsk);
synchronize_rcu();
if (atomic_dec_and_test(&oldcs->count))
Expand Down

0 comments on commit 890a2fb

Please sign in to comment.