mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 04:31:50 +00:00
selftests: cgroup: remove redundant enabling of memory controller
Memory controller is already enabled in main which invokes the test, hence this does not need to be done in test_no_kmem_bypass. Link: https://lkml.kernel.org/r/20240502200529.4193651-2-usamaarif642@gmail.com Signed-off-by: Usama Arif <usamaarif642@gmail.com> Acked-by: Yosry Ahmed <yosryahmed@google.com> Cc: Chengming Zhou <chengming.zhou@linux.dev> Cc: Johannes Weiner <hannes@cmpxchg.org> Cc: Nhat Pham <nphamcs@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
3974345f26
commit
e6b331ab0a
@ -364,8 +364,6 @@ static int test_no_kmem_bypass(const char *root)
|
||||
trigger_allocation_size = sys_info.totalram / 20;
|
||||
|
||||
/* Set up test memcg */
|
||||
if (cg_write(root, "cgroup.subtree_control", "+memory"))
|
||||
goto out;
|
||||
test_group = cg_name(root, "kmem_bypass_test");
|
||||
if (!test_group)
|
||||
goto out;
|
||||
|
Loading…
Reference in New Issue
Block a user