Re: [PATCH 06/13] net: tcp_memcontrol: simplify the per-memcg limit access
From: David Miller <hidden>
Date: 2015-11-25 16:26:44
Also in:
cgroups, linux-mm, lkml
From: David Miller <hidden>
Date: 2015-11-25 16:26:44
Also in:
cgroups, linux-mm, lkml
From: Johannes Weiner <redacted> Date: Tue, 24 Nov 2015 16:51:58 -0500
tcp_memcontrol replicates the global sysctl_mem limit array per cgroup, but it only ever sets these entries to the value of the memory_allocated page_counter limit. Use the latter directly. Signed-off-by: Johannes Weiner <redacted> Reviewed-by: Vladimir Davydov <redacted>
Acked-by: David S. Miller <davem-fT/PcQaiUtIeIZ0/mPfg9Q@public.gmane.org>