The patch titled Fix warning in cgroup.c has been removed from the -mm tree. Its filename was fixing-the-warning-in-cgroupc.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ 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 - 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