[PATCH 9/12] cgroup: kill unused variable

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: LKML <linux-kernel@...>
Cc: <akpm@...>, <menage@...>
Date: Tuesday, October 23, 2007 - 6:36 pm

Signed-off-by: Jeff Garzik <jgarzik@redhat.com>
---

diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index 5987dcc..3fe21e1 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -2402,7 +2402,6 @@ struct file_operations proc_cgroup_operations = {
 static int proc_cgroupstats_show(struct seq_file *m, void *v)
 {
 	int i;
-	struct cgroupfs_root *root;
 
 	seq_puts(m, "#subsys_name\thierarchy\tnum_cgroups\n");
 	mutex_lock(&cgroup_mutex);
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 9/12] cgroup: kill unused variable, Jeff Garzik, (Tue Oct 23, 6:36 pm)
Re: [PATCH 9/12] cgroup: kill unused variable, Paul Menage, (Tue Oct 23, 8:19 pm)