aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/vmstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c
index 38254297a494..eceaf496210f 100644
--- a/mm/vmstat.c
+++ b/mm/vmstat.c
@@ -477,8 +477,8 @@ const struct seq_operations fragmentation_op = {
477static const char * const vmstat_text[] = { 477static const char * const vmstat_text[] = {
478 /* Zoned VM counters */ 478 /* Zoned VM counters */
479 "nr_free_pages", 479 "nr_free_pages",
480 "nr_active",
481 "nr_inactive", 480 "nr_inactive",
481 "nr_active",
482 "nr_anon_pages", 482 "nr_anon_pages",
483 "nr_mapped", 483 "nr_mapped",
484 "nr_file_pages", 484 "nr_file_pages",