Re: [PATCH 1/2] mmotm: mm-oom-rework-oom-detection-fix

2016-05-12 Thread Hillf Danton
> From: Michal Hocko > > watermark check should use classzone_idx rather than high_zoneidx > to check reserves against the correct (preferred) zone. > > Signed-off-by: Michal Hocko > --- Acked-by: Hillf Danton > mm/page_alloc.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > dif

[PATCH 1/2] mmotm: mm-oom-rework-oom-detection-fix

2016-05-12 Thread Michal Hocko
From: Michal Hocko watermark check should use classzone_idx rather than high_zoneidx to check reserves against the correct (preferred) zone. Signed-off-by: Michal Hocko --- mm/page_alloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mm/page_alloc.c b/mm/page_alloc.c ind