mm: use self-explanatory macros rather than "2"
[platform/kernel/linux-rpi.git] / include / linux / vmstat.h
index bdeda4b..53c69a0 100644 (file)
@@ -26,7 +26,7 @@ struct reclaim_stat {
        unsigned nr_congested;
        unsigned nr_writeback;
        unsigned nr_immediate;
-       unsigned nr_activate[2];
+       unsigned nr_activate[ANON_AND_FILE];
        unsigned nr_ref_keep;
        unsigned nr_unmap_fail;
 };