Re: [PATCH] MAINTAINERS: add missing shrinker files

From: Qi Zheng
Date: Tue Jul 22 2025 - 22:01:44 EST




On 7/23/25 1:34 AM, Lorenzo Stoakes wrote:
The mm/list_lru.[ch] files implement a shrinker-specific data structure so
seem most suited to the SHRINKER section.

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>
---
MAINTAINERS | 2 ++
1 file changed, 2 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 837bc5cd6166..d1878165f2de 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -22631,7 +22631,9 @@ R: Muchun Song <muchun.song@xxxxxxxxx>
L: linux-mm@xxxxxxxxx
S: Maintained
F: Documentation/admin-guide/mm/shrinker_debugfs.rst
+F: include/linux/list_lru.h
F: include/linux/shrinker.h
+F: mm/list_lru.c
F: mm/shrinker.c
F: mm/shrinker_debug.c

Acked-by: Qi Zheng <zhengqi.arch@xxxxxxxxxxxxx>

Thanks.