The patch titled Subject: vmstat-get-rid-of-the-ugly-cpu_stat_off-variable-v2-fix has been removed from the -mm tree. Its filename was vmstat-get-rid-of-the-ugly-cpu_stat_off-variable-v2-fix.patch This patch was dropped because it was folded into vmstat-get-rid-of-the-ugly-cpu_stat_off-variable-v2.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: vmstat-get-rid-of-the-ugly-cpu_stat_off-variable-v2-fix fix indentation, per Michal Cc: Christoph Lameter <cl@xxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/vmstat.c~vmstat-get-rid-of-the-ugly-cpu_stat_off-variable-v2-fix mm/vmstat.c --- a/mm/vmstat.c~vmstat-get-rid-of-the-ugly-cpu_stat_off-variable-v2-fix +++ a/mm/vmstat.c @@ -1500,7 +1500,7 @@ static void vmstat_shepherd(struct work_ struct delayed_work *dw = &per_cpu(vmstat_work, cpu); if (!delayed_work_pending(dw) && need_update(cpu)) - queue_delayed_work_on(cpu, vmstat_wq, dw, 0); + queue_delayed_work_on(cpu, vmstat_wq, dw, 0); } put_online_cpus(); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are vmstat-get-rid-of-the-ugly-cpu_stat_off-variable-v2.patch mm-compact-fix-zoneindex-in-compact-fix.patch procfs-fixes-pthread-cross-thread-naming-if-pr_dumpable-fix.patch exit_thread-remove-empty-bodies-fix.patch exit_thread-accept-a-task-parameter-to-be-exited-checkpatch-fixes.patch lib-gcd-use-binary-gcd-algorithm-instead-of-euclidean-fix.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