Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
memcontrol04: Fix the judgment error in test_memcg_low()
In the test_memcg_low() function, 4 subgroups (C, D, E, F) are created under B, and 50MB pagecache is allocated in C, D, and F. Therefore, when checking whether it is successful at the end, only E should be judged to have low_events==0, and the judgment conditions for all other subgroups should be low_events > 0. Fix issure: linux-test-project#1209 linux-test-project#1209
- Loading branch information