- vmstat-use-our-own-timer-events-fix.patch removed from -mm tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The patch titled
     vmstat-use-our-own-timer-events-fix
has been removed from the -mm tree.  Its filename was
     vmstat-use-our-own-timer-events-fix.patch

This patch was dropped because it was folded into vmstat-use-our-own-timer-events.patch

------------------------------------------------------
Subject: vmstat-use-our-own-timer-events-fix
From: Jiri Slaby <jirislaby@xxxxxxxxx>

add missing break

Cc: Christoph Lameter <clameter@xxxxxxx>
Cc: Arjan van de Ven <arjan@xxxxxxxxxxxxxxx>
Signed-off-by: Jiri Slaby <jirislaby@xxxxxxxxx>
Cc: Oleg Nesterov <oleg@xxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 mm/vmstat.c |    1 +
 1 file changed, 1 insertion(+)

diff -puN mm/vmstat.c~vmstat-use-our-own-timer-events-fix mm/vmstat.c
--- a/mm/vmstat.c~vmstat-use-our-own-timer-events-fix
+++ a/mm/vmstat.c
@@ -675,6 +675,7 @@ static int __cpuinit vmstat_cpuup_callba
 	case CPU_DOWN_PREPARE_FROZEN:
 		cancel_rearming_delayed_work(&per_cpu(vmstat_work, cpu));
 		per_cpu(vmstat_work, cpu).work.func = NULL;
+		break;
 	case CPU_DOWN_FAILED:
 	case CPU_DOWN_FAILED_FROZEN:
 		start_cpu_timer(cpu);
_

Patches currently in -mm which might be from jirislaby@xxxxxxxxx are

origin.patch
unify-queue_delayed_work-and-queue_delayed_work_on.patch
vmstat-use-our-own-timer-events.patch
vmstat-use-our-own-timer-events-fix.patch
shrink_slab-handle-bad-shrinkers.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

[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux