Re: [PATCH] MAINTAINERS: add memfd, shmem quota files to shmem section

From: Baolin Wang
Date: Fri Jun 20 2025 - 23:35:33 EST




On 2025/6/18 00:13, Lorenzo Stoakes wrote:
These files seem best suited to shmem.

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@xxxxxxxxxx>

Thanks.
Reviewed-by: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>

---
MAINTAINERS | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 08045f9efadd..eda30a41e5ad 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -15735,7 +15735,6 @@ F: Documentation/admin-guide/mm/
F: Documentation/mm/
F: include/linux/gfp.h
F: include/linux/gfp_types.h
-F: include/linux/memfd.h
F: include/linux/memory_hotplug.h
F: include/linux/memory-tiers.h
F: include/linux/mempolicy.h
@@ -25041,8 +25040,11 @@ M: Hugh Dickins <hughd@xxxxxxxxxx>
R: Baolin Wang <baolin.wang@xxxxxxxxxxxxxxxxx>
L: linux-mm@xxxxxxxxx
S: Maintained
+F: include/linux/memfd.h
F: include/linux/shmem_fs.h
+F: mm/memfd.c
F: mm/shmem.c
+F: mm/shmem_quota.c
TOMOYO SECURITY MODULE
M: Kentaro Takeda <takedakn@xxxxxxxxxxxxx>