]> git.ipfire.org Git - thirdparty/linux.git/commit
cgroup: Remove unused local variables from cgroup_procs_write_finish()
authorTejun Heo <tj@kernel.org>
Thu, 4 Sep 2025 21:23:43 +0000 (11:23 -1000)
committerTejun Heo <tj@kernel.org>
Thu, 4 Sep 2025 21:23:43 +0000 (11:23 -1000)
commit222f83d5ab86344010f9e121799202b9ab25375b
tree7b20619180a5490507a8c2f34c794ac0545f3bb0
parentd8b269e009bbc471cb2735b5f737839495efce3b
cgroup: Remove unused local variables from cgroup_procs_write_finish()

d8b269e009bb ("cgroup: Remove unused cgroup_subsys::post_attach") made $ss
and $ssid unused but didn't drop them leading to compilation warnings. Drop
them.

Signed-off-by: Tejun Heo <tj@kernel.org>
Cc: Chuyi Zhou <zhouchuyi@bytedance.com>
kernel/cgroup/cgroup.c