selftests: cgroup: remove redundant enabling of memory controller
authorUsama Arif <usamaarif642@gmail.com>
Thu, 2 May 2024 20:04:26 +0000 (21:04 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 11 May 2024 22:41:35 +0000 (15:41 -0700)
commite6b331ab0a716c1d9273383ae59c5b2eea5ac00d
tree9ad265fc18831f042efa7bc8d460f24e99bc14ab
parent3974345f269c2701d4cad7bd3f2ed4445bdbbfbb
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>
tools/testing/selftests/cgroup/test_zswap.c