diff options
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r-- | mm/vmstat.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c index 63ab71455c5b..6051fbab67ba 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c | |||
@@ -683,8 +683,9 @@ static const char * const vmstat_text[] = { | |||
683 | "slabs_scanned", | 683 | "slabs_scanned", |
684 | "kswapd_steal", | 684 | "kswapd_steal", |
685 | "kswapd_inodesteal", | 685 | "kswapd_inodesteal", |
686 | "kswapd_slept_prematurely_fast", | 686 | "kswapd_low_wmark_hit_quickly", |
687 | "kswapd_slept_prematurely_slow", | 687 | "kswapd_high_wmark_hit_quickly", |
688 | "kswapd_skip_congestion_wait", | ||
688 | "pageoutrun", | 689 | "pageoutrun", |
689 | "allocstall", | 690 | "allocstall", |
690 | 691 | ||