aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/vmstat.c')
-rw-r--r--mm/vmstat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/vmstat.c b/mm/vmstat.c
index 210f9bbbb04f..4800091c129a 100644
--- a/mm/vmstat.c
+++ b/mm/vmstat.c
@@ -401,13 +401,13 @@ struct seq_operations fragmentation_op = {
401 401
402static char *vmstat_text[] = { 402static char *vmstat_text[] = {
403 /* Zoned VM counters */ 403 /* Zoned VM counters */
404 "nr_mapped",
404 405
405 /* Page state */ 406 /* Page state */
406 "nr_dirty", 407 "nr_dirty",
407 "nr_writeback", 408 "nr_writeback",
408 "nr_unstable", 409 "nr_unstable",
409 "nr_page_table_pages", 410 "nr_page_table_pages",
410 "nr_mapped",
411 "nr_slab", 411 "nr_slab",
412 412
413 "pgpgin", 413 "pgpgin",