View | Details | Raw Unified | Return to ticket 5243
Collapse All | Expand All

(-)a/src/plugins/task/cgroup/task_cgroup_cpuset.c (+4 lines)
Lines 1171-1176 again: Link Here
1171
	xcgroup_set_param(&user_cpuset_cg, cpuset_meta, user_alloc_cores);
1171
	xcgroup_set_param(&user_cpuset_cg, cpuset_meta, user_alloc_cores);
1172
	xfree(cpus);
1172
	xfree(cpus);
1173
1173
1174
	rc = xcgroup_get_param(&user_cpuset_cg, cpuset_meta, &cpus, &cpus_size);
1175
	error("BUG 5243: rc=%d, cpus=%s", rc, cpus);
1176
	xfree(cpus);
1177
1174
	/*
1178
	/*
1175
	 * create job cgroup in the cpuset ns (it could already exist)
1179
	 * create job cgroup in the cpuset ns (it could already exist)
1176
	 */
1180
	 */

Return to ticket 5243