Re: [PATCH] netfs: Add MAINTAINERS record

From: Jeff Layton
Date: Tue Jun 15 2021 - 12:23:50 EST


On Tue, 2021-06-15 at 16:40 +0100, David Howells wrote:
> Add a MAINTAINERS record for the new netfs helper library.
>
> Signed-off-by: David Howells <dhowells@xxxxxxxxxx>
> cc: Jeff Layton <jlayton@xxxxxxxxxx>
> cc: Matthew Wilcox (Oracle) <willy@xxxxxxxxxxxxx>
> cc: linux-mm@xxxxxxxxx
> cc: linux-cachefs@xxxxxxxxxx
> cc: linux-afs@xxxxxxxxxxxxxxxxxxx
> cc: linux-nfs@xxxxxxxxxxxxxxx
> cc: linux-cifs@xxxxxxxxxxxxxxx
> cc: ceph-devel@xxxxxxxxxxxxxxx
> cc: v9fs-developer@xxxxxxxxxxxxxxxxxxxxx
> cc: linux-fsdevel@xxxxxxxxxxxxxxx
> ---
>
> MAINTAINERS | 9 +++++++++
> 1 file changed, 9 insertions(+)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index bc0ceef87b73..364465f20e81 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -12878,6 +12878,15 @@ NETWORKING [WIRELESS]
> L: linux-wireless@xxxxxxxxxxxxxxx
> Q: http://patchwork.kernel.org/project/linux-wireless/list/
>
> +NETWORK FILESYSTEM HELPER LIBRARY
> +M: David Howells <dhowells@xxxxxxxxxx>
> +M: Jeff Layton <jlayton@xxxxxxxxxx>
> +L: linux-cachefs@xxxxxxxxxx (moderated for non-subscribers)
> +S: Supported
> +F: Documentation/filesystems/netfs_library.rst
> +F: fs/netfs/
> +F: include/linux/netfs.h
> +
> NETXEN (1/10) GbE SUPPORT
> M: Manish Chopra <manishc@xxxxxxxxxxx>
> M: Rahul Verma <rahulv@xxxxxxxxxxx>
>
>

Acked-by: Jeff Layton <jlayton@xxxxxxxxxx>