The patch titled Subject: mm-compaction-introduce-kcompactd-fix-4 has been removed from the -mm tree. Its filename was mm-compaction-introduce-kcompactd-fix-4.patch This patch was dropped because it was folded into mm-compaction-introduce-kcompactd.patch ------------------------------------------------------ From: Vlastimil Babka <vbabka@xxxxxxx> Subject: mm-compaction-introduce-kcompactd-fix-4 Fix typo in /proc/vmstat for kcompactd wakeups. Per Hugh's suggestion, rename the item to compact_daemon_wake. Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx> Reported-by: Hugh Dickins <hughd@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/vmstat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/vmstat.c~mm-compaction-introduce-kcompactd-fix-4 mm/vmstat.c --- a/mm/vmstat.c~mm-compaction-introduce-kcompactd-fix-4 +++ a/mm/vmstat.c @@ -826,7 +826,7 @@ const char * const vmstat_text[] = { "compact_stall", "compact_fail", "compact_success", - "compact_kcompatd_wake", + "compact_daemon_wake", #endif #ifdef CONFIG_HUGETLB_PAGE _ Patches currently in -mm which might be from vbabka@xxxxxxx are mm-kswapd-remove-bogus-check-of-balance_classzone_idx.patch mm-compaction-introduce-kcompactd.patch mm-memory-hotplug-small-cleanup-in-online_pages.patch mm-kswapd-replace-kswapd-compaction-with-waking-up-kcompactd.patch mm-tracing-refresh-__def_vmaflag_names-fix.patch mm-use-radix_tree_iter_retry-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