On Fri 02-05-14 11:04:34, Johannes Weiner wrote: [...] > > @@ -2236,12 +2246,9 @@ static unsigned __shrink_zone(struct zone *zone, struct scan_control *sc, > > do { > > struct lruvec *lruvec; > > > > - /* > > - * Memcg might be under its low limit so we have to > > - * skip it during the first reclaim round > > - */ > > - if (follow_low_limit && > > - !mem_cgroup_reclaim_eligible(memcg, root)) { > > + /* Memcg might be protected from the reclaim */ > > + if (force_memcg_guarantee && > > respect_? consider_? enforce_ ? -- Michal Hocko SUSE Labs -- 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>