mm: thp: make deferred split shrinker memcg aware
[linux-2.6-microblaze.git] / include / linux / memcontrol.h
index a3c0a63..9b60863 100644 (file)
@@ -330,6 +330,10 @@ struct mem_cgroup {
        struct list_head event_list;
        spinlock_t event_list_lock;
 
+#ifdef CONFIG_TRANSPARENT_HUGEPAGE
+       struct deferred_split deferred_split_queue;
+#endif
+
        struct mem_cgroup_per_node *nodeinfo[0];
        /* WARNING: nodeinfo must be the last member here */
 };