diff options
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index 89a7fd665b32..3a067fabe190 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -779,6 +779,9 @@ const char * const vmstat_text[] = { | |||
779 | "pgmigrate_fail", | 779 | "pgmigrate_fail", |
780 | #endif | 780 | #endif |
781 | #ifdef CONFIG_COMPACTION | 781 | #ifdef CONFIG_COMPACTION |
782 | "compact_migrate_scanned", | ||
783 | "compact_free_scanned", | ||
784 | "compact_isolated", | ||
782 | "compact_stall", | 785 | "compact_stall", |
783 | "compact_fail", | 786 | "compact_fail", |
784 | "compact_success", | 787 | "compact_success", |