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 <[EMAIL PROTECTED]>
kernel/cgroup.c: In function `proc_cgroupstats_show':
kernel/cgroup.c:2405: warning: unused variable `root'
Signed-off-by: Kamalesh Babulal <[EMAIL PROTECTED]>
Acked-by: Paul Menage <[EMAIL PROTECTED]>
Acked-by: Balbir Singh <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
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 [EMAIL PROTECTED] are
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html