Skip to content

Commit

Permalink
cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()
Browse files Browse the repository at this point in the history
Signed-off-by: Tejun Heo <tj@kernel.org>
  • Loading branch information
Tejun Heo committed Jul 17, 2017
1 parent e7e79d1 commit 88e033e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/cgroup/cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 88e033e

Please sign in to comment.