Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

Tejun Heo 222f83d5 d8b269e0

-3
-3
kernel/cgroup/cgroup.c
··· 3026 3026 3027 3027 void cgroup_procs_write_finish(struct task_struct *task, bool threadgroup_locked) 3028 3028 { 3029 - struct cgroup_subsys *ss; 3030 - int ssid; 3031 - 3032 3029 /* release reference from cgroup_procs_write_start() */ 3033 3030 put_task_struct(task); 3034 3031