mm, vmstat: remove zone and node double accounting by approximating retries
[deliverable/linux.git] / include / linux / mmzone.h
index bd33e6f1bed0c4774542f451709e20a411798d6e..a3b7f45aac5612509d241937715ef5e4893d0729 100644 (file)
@@ -110,10 +110,6 @@ struct zone_padding {
 enum zone_stat_item {
        /* First 128 byte cacheline (assuming 64 bit words) */
        NR_FREE_PAGES,
-       NR_ZONE_LRU_BASE, /* Used only for compaction and reclaim retry */
-       NR_ZONE_LRU_ANON = NR_ZONE_LRU_BASE,
-       NR_ZONE_LRU_FILE,
-       NR_ZONE_WRITE_PENDING,  /* Count of dirty, writeback and unstable pages */
        NR_MLOCK,               /* mlock()ed pages found and moved off LRU */
        NR_SLAB_RECLAIMABLE,
        NR_SLAB_UNRECLAIMABLE,
This page took 0.026043 seconds and 5 git commands to generate.