Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=3bdf590eac36ac5930deb9552febee3ff18cd2d1
Commit:     3bdf590eac36ac5930deb9552febee3ff18cd2d1
Parent:     01e7ae8c13bb06a2ce622ebace33bb7e28ef596c
Author:     Jeff Garzik <[EMAIL PROTECTED]>
AuthorDate: Tue Oct 23 18:36:44 2007 -0400
Committer:  Jeff Garzik <[EMAIL PROTECTED]>
CommitDate: Tue Oct 23 21:28:39 2007 -0400

    cgroup: kill unused variable
    
    Signed-off-by: Jeff Garzik <[EMAIL PROTECTED]>
---
 kernel/cgroup.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

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);
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to