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

Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
Tejun Heo 2017-07-16 21:40:30 -04:00
parent e7e79d147c
commit 88e033e326
1 changed files with 0 additions and 1 deletions

View File

@ -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;