diff options
| author | Maitreya29 <Maitreyapatni30@gmail.com> | 2021-08-30 10:55:49 +0530 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2022-04-19 00:51:44 +0300 |
| commit | 290f63d0da222ce841693e6de742c8c442ae6b38 (patch) | |
| tree | f4ddbc4d1cebcd0e4c091d8cad160221079973a4 | |
| parent | 64b13eb76e2a2dc7018eda795998afa3ae8f06db (diff) | |
kernel: Nuke void *priv from cpuset_fork
Signed-off-by: Chatur27 <jasonbright2709@gmail.com>
| -rw-r--r-- | kernel/cpuset.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/cpuset.c b/kernel/cpuset.c index 9ba129440baa..f3e6608313a2 100644 --- a/kernel/cpuset.c +++ b/kernel/cpuset.c @@ -2113,7 +2113,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; |
