On Wed, May 20, 2020 at 05:24:10PM -0700, Jakub Kicinski wrote: > High memory limit is currently recorded directly in > struct mem_cgroup. We are about to add a high limit > for swap, move the field to struct page_counter and > add some helpers. > > Signed-off-by: Jakub Kicinski <kuba@xxxxxxxxxx> > Reviewed-by: Shakeel Butt <shakeelb@xxxxxxxxxx> Acked-by: Johannes Weiner <hannes@xxxxxxxxxxx> This move is overdue and should make it easier to integrate high reclaim better into the existing max reclaim flow as well. Thanks!