Re: [PATCH] mm, memcg: prevent missed memory.low load tears

2020-06-14 Thread Michal Hocko
On Fri 12-06-20 18:44:37, Chris Down wrote: > Looks like one of these got missed when massaging in f86b810c2610 ("mm, > memcg: prevent memory.low load/store tearing") with other linux-mm > changes. > > Reported-by: Michal Koutný > Signed-off-by: Chris Down Acked-by: Michal Hocko > --- > mm/m

[PATCH] mm, memcg: prevent missed memory.low load tears

2020-06-12 Thread Chris Down
Looks like one of these got missed when massaging in f86b810c2610 ("mm, memcg: prevent memory.low load/store tearing") with other linux-mm changes. Reported-by: Michal Koutný Signed-off-by: Chris Down --- mm/memcontrol.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/m