memcg: make it work on sparse non-0-node systems
[linux-2.6-microblaze.git] / include / linux / list_lru.h
index aa5efd9..d5ceb28 100644 (file)
@@ -54,6 +54,7 @@ struct list_lru {
 #ifdef CONFIG_MEMCG_KMEM
        struct list_head        list;
        int                     shrinker_id;
+       bool                    memcg_aware;
 #endif
 };