|
@@ -2865,8 +2865,7 @@ static int mem_cgroup_resize_memsw_limit(struct mem_cgroup *memcg,
|
|
}
|
|
}
|
|
|
|
|
|
unsigned long mem_cgroup_soft_limit_reclaim(struct zone *zone, int order,
|
|
unsigned long mem_cgroup_soft_limit_reclaim(struct zone *zone, int order,
|
|
- gfp_t gfp_mask, int nid,
|
|
|
|
- int zid)
|
|
|
|
|
|
+ gfp_t gfp_mask)
|
|
{
|
|
{
|
|
unsigned long nr_reclaimed = 0;
|
|
unsigned long nr_reclaimed = 0;
|
|
struct mem_cgroup_per_zone *mz, *next_mz = NULL;
|
|
struct mem_cgroup_per_zone *mz, *next_mz = NULL;
|
|
@@ -2878,7 +2877,7 @@ unsigned long mem_cgroup_soft_limit_reclaim(struct zone *zone, int order,
|
|
if (order > 0)
|
|
if (order > 0)
|
|
return 0;
|
|
return 0;
|
|
|
|
|
|
- mctz = soft_limit_tree_node_zone(nid, zid);
|
|
|
|
|
|
+ mctz = soft_limit_tree_node_zone(zone_to_nid(zone), zone_idx(zone));
|
|
/*
|
|
/*
|
|
* This loop can run a while, specially if mem_cgroup's continuously
|
|
* This loop can run a while, specially if mem_cgroup's continuously
|
|
* keep exceeding their soft limit and putting the system under
|
|
* keep exceeding their soft limit and putting the system under
|