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

Lorenzo Stoakes posted 1 patch 7 months, 3 weeks ago
MAINTAINERS | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
[PATCH] MAINTAINERS: add memfd, shmem quota files to shmem section
Posted by Lorenzo Stoakes 7 months, 3 weeks ago
These files seem best suited to shmem.

Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>
---
 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@google.com>
 R:	Baolin Wang <baolin.wang@linux.alibaba.com>
 L:	linux-mm@kvack.org
 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@nttdata.co.jp>
-- 
2.49.0
Re: [PATCH] MAINTAINERS: add memfd, shmem quota files to shmem section
Posted by Baolin Wang 7 months, 3 weeks ago

On 2025/6/18 00:13, Lorenzo Stoakes wrote:
> These files seem best suited to shmem.
> 
> Signed-off-by: Lorenzo Stoakes <lorenzo.stoakes@oracle.com>

Thanks.
Reviewed-by: Baolin Wang <baolin.wang@linux.alibaba.com>

> ---
>   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@google.com>
>   R:	Baolin Wang <baolin.wang@linux.alibaba.com>
>   L:	linux-mm@kvack.org
>   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@nttdata.co.jp>