From: Tejun Heo Date: Mon, 17 Jul 2017 01:40:30 +0000 (-0400) Subject: cgroup: remove now unused list_head @pending in cgroup_apply_cftypes() X-Git-Tag: v4.14-rc1~123^2~19 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=88e033e326307831922e34e7de0d694274dcc1c7;p=linux.git cgroup: remove now unused list_head @pending in cgroup_apply_cftypes() Signed-off-by: Tejun Heo --- diff --git a/kernel/cgroup/cgroup.c b/kernel/cgroup/cgroup.c index 620794a20a33..4f02b5edd82c 100644 --- a/kernel/cgroup/cgroup.c +++ b/kernel/cgroup/cgroup.c @@ -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;