Skip to content
Commit 1e7eacaf authored by YueHaibing's avatar YueHaibing Committed by Tejun Heo
Browse files

cpuset: Remove set but not used variable 'cs'



Fixes gcc '-Wunused-but-set-variable' warning:

kernel/cgroup/cpuset.c: In function 'cpuset_cancel_attach':
kernel/cgroup/cpuset.c:2167:17: warning:
 variable 'cs' set but not used [-Wunused-but-set-variable]

It never used since introduction in commit 1f7dd3e5 ("cgroup: fix handling
of multi-destination migration from subtree_control enabling")

Signed-off-by: default avatarYueHaibing <yuehaibing@huawei.com>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent c1bbd933
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment