diff options
author | Roman Gushchin <[email protected]> | 2024-06-24 17:59:06 -0700 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2024-07-04 18:05:54 -0700 |
commit | 5ff3bd0c54f2744a0e29148d17f4f31922682b19 (patch) | |
tree | c6cd7680751f541163601ad35543f610b2dc8b1c | |
parent | e93d4166b40a84df83c4d5cb4c709d022808ef9b (diff) |
MAINTAINERS: add mm/memcontrol-v1.c/h to the list of maintained files
Link: https://lkml.kernel.org/r/[email protected]
Signed-off-by: Roman Gushchin <[email protected]>
Acked-by: Shakeel Butt <[email protected]>
Cc: Johannes Weiner <[email protected]>
Cc: Matthew Wilcox (Oracle) <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Muchun Song <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
-rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 3c4fdf74a3f9..1396c2544712 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -5583,6 +5583,8 @@ L: [email protected] S: Maintained F: include/linux/memcontrol.h F: mm/memcontrol.c +F: mm/memcontrol-v1.c +F: mm/memcontrol-v1.h F: mm/swap_cgroup.c F: samples/cgroup/* F: tools/testing/selftests/cgroup/memcg_protection.m |