diff options
| author | Li Zefan <lizf@cn.fujitsu.com> | 2009-01-08 05:07:42 +0300 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-01-08 19:31:03 +0300 |
| commit | 33a68ac1c1b695216e873ee12e819adbe73e4d9f (patch) | |
| tree | 0c58e50e7c528200390f740265f7eb7e7a3a87e6 /include/linux | |
| parent | e5f6a8609bab0c2d7543ab1505105e011832afd7 (diff) | |
| download | linux-33a68ac1c1b695216e873ee12e819adbe73e4d9f.tar.xz | |
cgroups: add inactive subsystems to rootnode.subsys_list
Though for an inactive hierarchy, we have subsys->root == &rootnode, but
rootnode's subsys_list is always empty.
This conflicts with the code in find_css_set():
for (i = 0; i < CGROUP_SUBSYS_COUNT; i++) {
...
if (ss->root->subsys_list.next == &ss->sibling) {
...
}
}
if (list_empty(&rootnode.subsys_list)) {
...
}
The above code assumes rootnode.subsys_list links all inactive
hierarchies.
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Cc: Paul Menage <menage@google.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Cc: Balbir Singh <balbir@in.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions
