Commit 88e033e3 authored by Tejun Heo's avatar Tejun Heo

cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()

Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent e7e79d14
......@@ -3230,7 +3230,6 @@ static int cgroup_addrm_files(struct cgroup_subsys_state *css,
static int cgroup_apply_cftypes(struct cftype *cfts, bool is_add)
{
LIST_HEAD(pending);
struct cgroup_subsys *ss = cfts[0].ss;
struct cgroup *root = &ss->root->cgrp;
struct cgroup_subsys_state *css;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment