diff mbox series

[v3,1/3] selftests: zswap: add zswap selftest file to zswap maintainer entry

Message ID 20240205225608.3083251-2-nphamcs@gmail.com
State Accepted
Commit 2b2178c40747dcfc54a477dd4def4318b06d30ad
Headers show
Series [v3,1/3] selftests: zswap: add zswap selftest file to zswap maintainer entry | expand

Commit Message

Nhat Pham Feb. 5, 2024, 10:56 p.m. UTC
Make it easier for contributors to find the zswap maintainers when they
update the zswap tests.

Signed-off-by: Nhat Pham <nphamcs@gmail.com>
Acked-by: Yosry Ahmed <yosryahmed@google.com>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index 6527850f24d1..126090f0e418 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -24398,6 +24398,7 @@  F:	include/linux/zpool.h
 F:	include/linux/zswap.h
 F:	mm/zpool.c
 F:	mm/zswap.c
+F:	tools/testing/selftests/cgroup/test_zswap.c
 
 THE REST
 M:	Linus Torvalds <torvalds@linux-foundation.org>