Though I like the idea of explicit states, you must be really careful
when you rework them as vzctl uses those states to wait for container to
start or to stop and changing anything may break vzctl.
On 03.02.2023 04:26, Alexander Atanasov wrote:
Rework is_running variable into state to avoid g
WARN_ON used a wrong logic operator so the warning triggered
with no reason. This slipped on rebase. Use the proper condition
so the warning is valid.
Fixes: b8bc3dbf5e18 ("mm: per memory cgroup page cache limit")
https://jira.sw.ru/browse/PSBM-144609
Signed-off-by: Alexander Atanasov
---
mm/me