On Fri, Jan 13, 2017 at 10:18:05AM +0100, Michal Hocko wrote: > On Tue 10-01-17 13:55:51, Michal Hocko wrote: > [...] > > @@ -2280,7 +2306,7 @@ static void get_scan_count(struct lruvec *lruvec, struct mem_cgroup *memcg, > > unsigned long size; > > unsigned long scan; > > > > - size = lruvec_lru_size(lruvec, lru); > > + size = lruvec_lru_size_eligibe_zones(lruvec, lru, sc->reclaim_idx); > > scan = size >> sc->priority; > > > > if (!scan && pass && force_scan) > > I have just come across inactive_reclaimable_pages and it seems it is > unnecessary after this, right Minchan? Good catch. At that time, I also wanted to change get_scan_count to fix the problem but be lack of report and other guys didn't want it. :-( I'm happy to see it now. Thanks. -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxx. For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>