diff --git a/mm/vmstat.c b/mm/vmstat.c index f534972f517d..7b93fbf9af09 100644 --- a/mm/vmstat.c +++ b/mm/vmstat.c @@ -1568,7 +1568,7 @@ static void frag_show_print(struct seq_file *m, pg_data_t *pgdat, static int frag_show(struct seq_file *m, void *arg) { pg_data_t *pgdat = (pg_data_t *)arg; - walk_zones_in_node(m, pgdat, true, false, frag_show_print); + walk_zones_in_node(m, pgdat, true, true, frag_show_print); return 0; }