diff options
author | Jeff Garzik <jeff@garzik.org> | 2007-10-23 18:36:44 -0400 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2007-10-23 21:28:39 -0400 |
commit | 3bdf590eac36ac5930deb9552febee3ff18cd2d1 (patch) | |
tree | 2fb38debbfe27f4c1533af85d775d83d7b7abf30 /kernel/cgroup.c | |
parent | 01e7ae8c13bb06a2ce622ebace33bb7e28ef596c (diff) |
cgroup: kill unused variable
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
Diffstat (limited to 'kernel/cgroup.c')
-rw-r--r-- | kernel/cgroup.c | 1 |
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 = { | |||
2402 | static int proc_cgroupstats_show(struct seq_file *m, void *v) | 2402 | static 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); |