aboutsummaryrefslogtreecommitdiffstats
path: root/mm
diff options
context:
space:
mode:
Diffstat (limited to 'mm')
-rw-r--r--mm/memcontrol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memcontrol.c b/mm/memcontrol.c
index e5759b51f37e..61ffe712afe0 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -2334,7 +2334,7 @@ static int mem_cgroup_move_parent(struct page *page,
2334 struct cgroup *pcg = cg->parent; 2334 struct cgroup *pcg = cg->parent;
2335 struct mem_cgroup *parent; 2335 struct mem_cgroup *parent;
2336 unsigned int nr_pages; 2336 unsigned int nr_pages;
2337 unsigned long flags; 2337 unsigned long uninitialized_var(flags);
2338 int ret; 2338 int ret;
2339 2339
2340 /* Is ROOT ? */ 2340 /* Is ROOT ? */