cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()
authorTejun Heo <tj@kernel.org>
Mon, 17 Jul 2017 01:40:30 +0000 (21:40 -0400)
committerTejun Heo <tj@kernel.org>
Mon, 17 Jul 2017 01:40:30 +0000 (21:40 -0400)
Signed-off-by: Tejun Heo <tj@kernel.org>
kernel/cgroup/cgroup.c

index 620794a..4f02b5e 100644 (file)
@@ -3230,7 +3230,6 @@ restart:
 
 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;