浏览代码

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

Signed-off-by: Tejun Heo <tj@kernel.org>
Tejun Heo 8 年之前
父节点
当前提交
88e033e326
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      kernel/cgroup/cgroup.c

+ 0 - 1
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;