|
@@ -76,9 +76,9 @@
|
|
|
struct cgroup_subsys memory_cgrp_subsys __read_mostly;
|
|
|
EXPORT_SYMBOL(memory_cgrp_subsys);
|
|
|
|
|
|
+struct mem_cgroup *root_mem_cgroup __read_mostly;
|
|
|
+
|
|
|
#define MEM_CGROUP_RECLAIM_RETRIES 5
|
|
|
-static struct mem_cgroup *root_mem_cgroup __read_mostly;
|
|
|
-struct cgroup_subsys_state *mem_cgroup_root_css __read_mostly;
|
|
|
|
|
|
/* Whether the swap controller is active */
|
|
|
#ifdef CONFIG_MEMCG_SWAP
|
|
@@ -4241,7 +4241,6 @@ mem_cgroup_css_alloc(struct cgroup_subsys_state *parent_css)
|
|
|
/* root ? */
|
|
|
if (parent_css == NULL) {
|
|
|
root_mem_cgroup = memcg;
|
|
|
- mem_cgroup_root_css = &memcg->css;
|
|
|
page_counter_init(&memcg->memory, NULL);
|
|
|
memcg->high = PAGE_COUNTER_MAX;
|
|
|
memcg->soft_limit = PAGE_COUNTER_MAX;
|