The patch titled Subject: mm-move-pcp-and-lru-pcp-drainging-into-single-wq-fix has been removed from the -mm tree. Its filename was mm-move-pcp-and-lru-pcp-drainging-into-single-wq-fix.patch This patch was dropped because it was folded into mm-move-pcp-and-lru-pcp-drainging-into-single-wq.patch ------------------------------------------------------ From: Michal Hocko <mhocko@xxxxxxxxxx> Subject: mm-move-pcp-and-lru-pcp-drainging-into-single-wq-fix > Should the workqueue also have been renamed to mm_percpu_wq? Cc: Mel Gorman <mgorman@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmstat.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN mm/vmstat.c~mm-move-pcp-and-lru-pcp-drainging-into-single-wq-fix mm/vmstat.c --- a/mm/vmstat.c~mm-move-pcp-and-lru-pcp-drainging-into-single-wq-fix +++ a/mm/vmstat.c @@ -1766,11 +1766,10 @@ void __init init_mm_internals(void) { int ret __maybe_unused; - mm_percpu_wq = alloc_workqueue("vmstat", + mm_percpu_wq = alloc_workqueue("mm_percpu_wq", WQ_FREEZABLE|WQ_MEM_RECLAIM, 0); #ifdef CONFIG_SMP - ret = cpuhp_setup_state_nocalls(CPUHP_MM_VMSTAT_DEAD, "mm/vmstat:dead", NULL, vmstat_cpu_dead); if (ret < 0) _ Patches currently in -mm which might be from mhocko@xxxxxxxxxx are mm-move-pcp-and-lru-pcp-drainging-into-single-wq.patch proc-show-madv_free-pages-info-in-smaps-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