diff --git a/[refs] b/[refs] index fcb1b4f8ca2f..0c7f154b8912 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 0ac801fe07374148714b5ef53df90ac5b1673c0c +refs/heads/master: 5d65bc0ca1bceb73204dab943922ba3c83276a8c diff --git a/trunk/kernel/cgroup.c b/trunk/kernel/cgroup.c index 54b39081ac04..ce27351e9249 100644 --- a/trunk/kernel/cgroup.c +++ b/trunk/kernel/cgroup.c @@ -1974,7 +1974,6 @@ int cgroup_attach_task(struct cgroup *cgrp, struct task_struct *tsk) ss->attach(cgrp, &tset); } - synchronize_rcu(); out: if (retval) { for_each_subsys(root, ss) { @@ -2143,7 +2142,6 @@ static int cgroup_attach_proc(struct cgroup *cgrp, struct task_struct *leader) /* * step 5: success! and cleanup */ - synchronize_rcu(); retval = 0; out_put_css_set_refs: if (retval) {