Merge branch 'akpm' (patches from Andrew)
[sfrench/cifs-2.6.git] / include / linux / mmzone.h
index c4c37fd1210444d89c310dfe022bf7898c2b26c1..f6f884970511d4801a4d1a0c02f4cb91980162b5 100644 (file)
@@ -257,8 +257,8 @@ struct lruvec {
         */
        unsigned long                   anon_cost;
        unsigned long                   file_cost;
-       /* Evictions & activations on the inactive file list */
-       atomic_long_t                   inactive_age;
+       /* Non-resident age, driven by LRU movement */
+       atomic_long_t                   nonresident_age;
        /* Refaults at the time of last reclaim cycle */
        unsigned long                   refaults;
        /* Various lruvec state flags (enum lruvec_flags) */