|
@@ -1398,7 +1398,7 @@ static int cpuset_can_attach(struct cgroup_subsys_state *css,
|
|
|
(cpumask_empty(cs->cpus_allowed) || nodes_empty(cs->mems_allowed)))
|
|
|
goto out_unlock;
|
|
|
|
|
|
- cgroup_taskset_for_each(task, css, tset) {
|
|
|
+ cgroup_taskset_for_each(task, tset) {
|
|
|
/*
|
|
|
* Kthreads which disallow setaffinity shouldn't be moved
|
|
|
* to a new cpuset; we don't want to change their cpu
|
|
@@ -1467,7 +1467,7 @@ static void cpuset_attach(struct cgroup_subsys_state *css,
|
|
|
|
|
|
guarantee_online_mems(mems_cs, &cpuset_attach_nodemask_to);
|
|
|
|
|
|
- cgroup_taskset_for_each(task, css, tset) {
|
|
|
+ cgroup_taskset_for_each(task, tset) {
|
|
|
/*
|
|
|
* can_attach beforehand should guarantee that this doesn't
|
|
|
* fail. TODO: have a better way to handle failure here
|