[PATCH] zoned vm counters: conversion of nr_dirty to per zone counter
[deliverable/linux.git] / mm / page_alloc.c
index ed3f2a7b407134d7995756ea651611c13ebf0b08..c2b9aa4acc46b5eb2889741268143b53fc839acc 100644 (file)
@@ -1314,7 +1314,7 @@ void show_free_areas(void)
                "unstable:%lu free:%u slab:%lu mapped:%lu pagetables:%lu\n",
                active,
                inactive,
-               ps.nr_dirty,
+               global_page_state(NR_FILE_DIRTY),
                ps.nr_writeback,
                ps.nr_unstable,
                nr_free_pages(),
This page took 0.031062 seconds and 5 git commands to generate.