The patch titled Fix warning in cgroup.c has been added to the -mm tree. Its filename is fixing-the-warning-in-cgroupc.patch *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find out what to do about this ------------------------------------------------------ Subject: Fix warning in cgroup.c From: Kamalesh Babulal <kamalesh@xxxxxxxxxxxxxxxxxx> kernel/cgroup.c: In function ?proc_cgroupstats_show?: kernel/cgroup.c:2405: warning: unused variable ?root? Signed-off-by: Kamalesh Babulal <kamalesh@xxxxxxxxxxxxxxxxxx> Acked-by: Paul Menage <menage@xxxxxxxxxx> Acked-by: Balbir Singh <balbir@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- kernel/cgroup.c | 1 - 1 file changed, 1 deletion(-) diff -puN kernel/cgroup.c~fixing-the-warning-in-cgroupc kernel/cgroup.c --- a/kernel/cgroup.c~fixing-the-warning-in-cgroupc +++ a/kernel/cgroup.c @@ -2402,7 +2402,6 @@ struct file_operations proc_cgroup_opera 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); _ Patches currently in -mm which might be from kamalesh@xxxxxxxxxxxxxxxxxx are origin.patch fixing-the-warning-in-cgroupc.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html