diff options
author | 2012-11-28 17:15:21 +0800 | |
---|---|---|
committer | 2012-11-28 06:02:39 -0800 | |
commit | fddfb02ad0d0d3b479c2a26a8ae7e6411b34706b (patch) | |
tree | f3d8aa9e526486f4d07fc6f0a3619ce98ffeb3b9 /tools/perf/scripts/python | |
parent | netprio_cgroup: allow nesting and inherit config on cgroup creation (diff) | |
download | linux-dev-fddfb02ad0d0d3b479c2a26a8ae7e6411b34706b.tar.xz linux-dev-fddfb02ad0d0d3b479c2a26a8ae7e6411b34706b.zip |
cgroup: move list add after list head initilization
2243076ad1 ("cgroup: initialize cgrp->allcg_node in
init_cgroup_housekeeping()") initializes cgrp->allcg_node in
init_cgroup_housekeeping(). Then in init_cgroup_root(), we should
call init_cgroup_housekeeping() before adding it to &root->allcg_list;
otherwise, we are initializing an entry already in a list.
Signed-off-by: Li Zhong <zhong@linux.vnet.ibm.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions