[PATCH 1/3] mm-compaction-introduce-kcompactd-fix-4

From: Vlastimil Babka
Date: Thu Mar 03 2016 - 05:35:23 EST


Fix typo in /proc/vmstat for kcompactd wakeups. Per Hugh's suggestion,
rename the item to compact_daemon_wake.

Reported-by: Hugh Dickins <hughd@xxxxxxxxxx>
Signed-off-by: Vlastimil Babka <vbabka@xxxxxxx>
---
mm/vmstat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mm/vmstat.c b/mm/vmstat.c
index c9571294f61c..f80066248c94 100644
--- a/mm/vmstat.c
+++ b/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
--
2.7.2