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 1520efd1c7c4..bcb0a0bee1fc 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -1596,7 +1596,7 @@ static int mem_cgroup_hierarchical_reclaim(struct mem_cgroup *root_mem,
1596 if (!res_counter_soft_limit_excess(&root_mem->res)) 1596 if (!res_counter_soft_limit_excess(&root_mem->res))
1597 return total; 1597 return total;
1598 } else if (mem_cgroup_margin(root_mem)) 1598 } else if (mem_cgroup_margin(root_mem))
1599 return 1 + total; 1599 return total;
1600 } 1600 }
1601 return total; 1601 return total;
1602} 1602}