projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7e79d1
)
cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()
author
Tejun Heo
<tj@kernel.org>
Mon, 17 Jul 2017 01:40:30 +0000
(21:40 -0400)
committer
Tejun 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
patch
|
blob
|
blame
|
history
diff --git
a/kernel/cgroup/cgroup.c
b/kernel/cgroup/cgroup.c
index 620794a20a339c7e10948da829fae5a6818e598b..4f02b5edd82ca145b28932974d0e63ce74bab4ec 100644
(file)
--- 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;