aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r--kernel/cgroup.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 5987dccdb2a0..3fe21e19c96e 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -2402,7 +2402,6 @@ struct file_operations proc_cgroup_operations = {
2402static int proc_cgroupstats_show(struct seq_file *m, void *v) 2402static int proc_cgroupstats_show(struct seq_file *m, void *v)
2403{ 2403{
2404 int i; 2404 int i;
2405 struct cgroupfs_root *root;
2406 2405
2407 seq_puts(m, "#subsys_name\thierarchy\tnum_cgroups\n"); 2406 seq_puts(m, "#subsys_name\thierarchy\tnum_cgroups\n");
2408 mutex_lock(&cgroup_mutex); 2407 mutex_lock(&cgroup_mutex);