Re: [PATCH 1/3] mm: Fix dropped memcg from mem cgroup soft limit tree

2021-02-10 Thread Michal Hocko
On Tue 09-02-21 12:29:45, Tim Chen wrote: > During soft limit memory reclaim, we will temporarily remove the target > mem cgroup from the cgroup soft limit tree. We then perform memory > reclaim, update the memory usage excess count and re-insert the mem > cgroup back into the mem cgroup soft limi

[PATCH 1/3] mm: Fix dropped memcg from mem cgroup soft limit tree

2021-02-09 Thread Tim Chen
During soft limit memory reclaim, we will temporarily remove the target mem cgroup from the cgroup soft limit tree. We then perform memory reclaim, update the memory usage excess count and re-insert the mem cgroup back into the mem cgroup soft limit tree according to the new memory usage excess co