diff options
-rw-r--r-- | mm/memcontrol.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memcontrol.c b/mm/memcontrol.c index fb62b4335fa9..f0dc076adf05 100644 --- a/mm/memcontrol.c +++ b/mm/memcontrol.c | |||
@@ -2202,7 +2202,7 @@ static void __init enable_swap_cgroup(void) | |||
2202 | } | 2202 | } |
2203 | #endif | 2203 | #endif |
2204 | 2204 | ||
2205 | static struct cgroup_subsys_state * | 2205 | static struct cgroup_subsys_state * __ref |
2206 | mem_cgroup_create(struct cgroup_subsys *ss, struct cgroup *cont) | 2206 | mem_cgroup_create(struct cgroup_subsys *ss, struct cgroup *cont) |
2207 | { | 2207 | { |
2208 | struct mem_cgroup *mem, *parent; | 2208 | struct mem_cgroup *mem, *parent; |