diff options
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r-- | kernel/cgroup.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c index 62f1a5231fe9..2727f9238359 100644 --- a/kernel/cgroup.c +++ b/kernel/cgroup.c | |||
@@ -2569,6 +2569,7 @@ static int proc_cgroup_show(struct seq_file *m, void *v) | |||
2569 | /* Skip this hierarchy if it has no active subsystems */ | 2569 | /* Skip this hierarchy if it has no active subsystems */ |
2570 | if (!root->actual_subsys_bits) | 2570 | if (!root->actual_subsys_bits) |
2571 | continue; | 2571 | continue; |
2572 | seq_printf(m, "%lu:", root->subsys_bits); | ||
2572 | for_each_subsys(root, ss) | 2573 | for_each_subsys(root, ss) |
2573 | seq_printf(m, "%s%s", count++ ? "," : "", ss->name); | 2574 | seq_printf(m, "%s%s", count++ ? "," : "", ss->name); |
2574 | seq_putc(m, ':'); | 2575 | seq_putc(m, ':'); |