|
@@ -2569,6 +2569,7 @@ static int proc_cgroup_show(struct seq_file *m, void *v)
|
|
|
/* Skip this hierarchy if it has no active subsystems */
|
|
|
if (!root->actual_subsys_bits)
|
|
|
continue;
|
|
|
+ seq_printf(m, "%lu:", root->subsys_bits);
|
|
|
for_each_subsys(root, ss)
|
|
|
seq_printf(m, "%s%s", count++ ? "," : "", ss->name);
|
|
|
seq_putc(m, ':');
|