Message ID | 20220524103154.10827-1-jlayton@kernel.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | MAINTAINERS: reciprocal co-maintainership for file locking and nfsd | expand |
> On May 24, 2022, at 6:31 AM, Jeff Layton <jlayton@kernel.org> wrote: > > Chuck has agreed to backstop me as maintainer of the file locking code, > and I'll do the same for him on knfsd. > > Signed-off-by: Jeff Layton <jlayton@kernel.org> > --- > MAINTAINERS | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 50eeb7e837b6..397a97913bfb 100644 > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -7571,6 +7571,7 @@ F: include/uapi/scsi/fc/ > > FILE LOCKING (flock() and fcntl()/lockf()) > M: Jeff Layton <jlayton@kernel.org> > +M: Chuck Lever <chuck.lever@oracle.com> > L: linux-fsdevel@vger.kernel.org > S: Maintained > F: fs/fcntl.c > @@ -10653,6 +10654,7 @@ W: http://kernelnewbies.org/KernelJanitors > > KERNEL NFSD, SUNRPC, AND LOCKD SERVERS > M: Chuck Lever <chuck.lever@oracle.com> > +M: Jeff Layton <jlayton@kernel.org> > L: linux-nfs@vger.kernel.org > S: Supported > W: http://nfs.sourceforge.net/ > -- > 2.36.1 Thanks Jeff, I've queued this up as the first commit in my for-rc branch. -- Chuck Lever
diff --git a/MAINTAINERS b/MAINTAINERS index 50eeb7e837b6..397a97913bfb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -7571,6 +7571,7 @@ F: include/uapi/scsi/fc/ FILE LOCKING (flock() and fcntl()/lockf()) M: Jeff Layton <jlayton@kernel.org> +M: Chuck Lever <chuck.lever@oracle.com> L: linux-fsdevel@vger.kernel.org S: Maintained F: fs/fcntl.c @@ -10653,6 +10654,7 @@ W: http://kernelnewbies.org/KernelJanitors KERNEL NFSD, SUNRPC, AND LOCKD SERVERS M: Chuck Lever <chuck.lever@oracle.com> +M: Jeff Layton <jlayton@kernel.org> L: linux-nfs@vger.kernel.org S: Supported W: http://nfs.sourceforge.net/
Chuck has agreed to backstop me as maintainer of the file locking code, and I'll do the same for him on knfsd. Signed-off-by: Jeff Layton <jlayton@kernel.org> --- MAINTAINERS | 2 ++ 1 file changed, 2 insertions(+)