Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 8fa2e5d1 authored by Maitreya29's avatar Maitreya29 Committed by ivanmeler
Browse files

kernel: Nuke void *priv from cpuset_fork

parent 55761bce
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2136,7 +2136,7 @@ static void cpuset_bind(struct cgroup_subsys_state *root_css)
 * which could have been changed by cpuset just after it inherits the
 * state from the parent and before it sits on the cgroup's task list.
 */
void cpuset_fork(struct task_struct *task, void *priv)
void cpuset_fork(struct task_struct *task)
{
	if (task_css_is_root(task, cpuset_cgrp_id))
		return;