public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] [344/2many] MAINTAINERS - NFS CLIENT
@ 2007-08-13  6:32 joe
  2007-08-13 16:26 ` Trond Myklebust
  0 siblings, 1 reply; 5+ messages in thread
From: joe @ 2007-08-13  6:32 UTC (permalink / raw)
  To: trond.myklebust, torvalds, linux-kernel, akpm

Add file pattern to MAINTAINER entry

Signed-off-by: Joe Perches <joe@perches.com>

diff --git a/MAINTAINERS b/MAINTAINERS
index a8fb231..1f81c05 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3308,6 +3308,12 @@ P:	Trond Myklebust
 M:	trond.myklebust@fys.uio.no
 L:	linux-kernel@vger.kernel.org
 S:	Maintained
+F:	fs/nfs/
+F:	fs/nfs_common/
+F:	fs/nfsctl.c
+F:	fs/nfsd/
+F:	include/linux/nfs*
+F:	include/linux/nfsd/
 
 NI5010 NETWORK DRIVER
 P:	Jan-Pascal van Best

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [PATCH] [344/2many] MAINTAINERS - NFS CLIENT
  2007-08-13  6:32 [PATCH] [344/2many] MAINTAINERS - NFS CLIENT joe
@ 2007-08-13 16:26 ` Trond Myklebust
  2007-08-13 16:33   ` Joe Perches
  0 siblings, 1 reply; 5+ messages in thread
From: Trond Myklebust @ 2007-08-13 16:26 UTC (permalink / raw)
  To: joe; +Cc: torvalds, linux-kernel, akpm

On Sun, 2007-08-12 at 23:32 -0700, joe@perches.com wrote:
> Add file pattern to MAINTAINER entry
> 
> Signed-off-by: Joe Perches <joe@perches.com>
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index a8fb231..1f81c05 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -3308,6 +3308,12 @@ P:	Trond Myklebust
>  M:	trond.myklebust@fys.uio.no
>  L:	linux-kernel@vger.kernel.org
>  S:	Maintained
> +F:	fs/nfs/
> +F:	fs/nfs_common/
> +F:	fs/nfsctl.c
> +F:	fs/nfsd/
> +F:	include/linux/nfs*
> +F:	include/linux/nfsd/
>  
>  NI5010 NETWORK DRIVER
>  P:	Jan-Pascal van Best

I'm not planning on taking over the maintainership of nfsd or
fs/nfsctl.c anytime soon.

However fs/lockd, include/linux/lockd/ is missing, as is
include/linux/sunrpc and net/sunrpc/

Trond


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] [344/2many] MAINTAINERS - NFS CLIENT
  2007-08-13 16:26 ` Trond Myklebust
@ 2007-08-13 16:33   ` Joe Perches
  2007-08-13 16:35     ` Trond Myklebust
  0 siblings, 1 reply; 5+ messages in thread
From: Joe Perches @ 2007-08-13 16:33 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: torvalds, linux-kernel, akpm

On Mon, 2007-08-13 at 12:26 -0400, Trond Myklebust wrote:
> I'm not planning on taking over the maintainership of nfsd or
> fs/nfsctl.c anytime soon.
> 
> However fs/lockd, include/linux/lockd/ is missing, as is
> include/linux/sunrpc and net/sunrpc/

Saved as:

NFS CLIENT
P:	Trond Myklebust
M:	trond.myklebust@fys.uio.no
L:	linux-kernel@vger.kernel.org
S:	Maintained
F:	fs/lockd/
F:	fs/nfs/
F:	fs/nfs_common/
F:	net/sunrpc/
F:	include/linux/lockd/
F:	include/linux/nfs*
F:	include/linux/nfsd/
F:	include/linux/sunrpc/



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] [344/2many] MAINTAINERS - NFS CLIENT
  2007-08-13 16:33   ` Joe Perches
@ 2007-08-13 16:35     ` Trond Myklebust
  2007-08-13 16:57       ` Joe Perches
  0 siblings, 1 reply; 5+ messages in thread
From: Trond Myklebust @ 2007-08-13 16:35 UTC (permalink / raw)
  To: Joe Perches; +Cc: torvalds, linux-kernel, akpm

On Mon, 2007-08-13 at 09:33 -0700, Joe Perches wrote:
> On Mon, 2007-08-13 at 12:26 -0400, Trond Myklebust wrote:
> > I'm not planning on taking over the maintainership of nfsd or
> > fs/nfsctl.c anytime soon.
> > 
> > However fs/lockd, include/linux/lockd/ is missing, as is
> > include/linux/sunrpc and net/sunrpc/
> 
> Saved as:
> 
> NFS CLIENT
> P:	Trond Myklebust
> M:	trond.myklebust@fys.uio.no
> L:	linux-kernel@vger.kernel.org
> S:	Maintained
> F:	fs/lockd/
> F:	fs/nfs/
> F:	fs/nfs_common/
> F:	net/sunrpc/
> F:	include/linux/lockd/
> F:	include/linux/nfs*
> F:	include/linux/nfsd/
           ^^^^^^^^^^^^^^^^^^ This needs to go
> F:	include/linux/sunrpc/
> 

Otherwise it would appear to be OK.

Trond


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] [344/2many] MAINTAINERS - NFS CLIENT
  2007-08-13 16:35     ` Trond Myklebust
@ 2007-08-13 16:57       ` Joe Perches
  0 siblings, 0 replies; 5+ messages in thread
From: Joe Perches @ 2007-08-13 16:57 UTC (permalink / raw)
  To: Trond Myklebust; +Cc: torvalds, linux-kernel, akpm

On Mon, 2007-08-13 at 12:35 -0400, Trond Myklebust wrote:
>> F:    include/linux/nfsd/
         ^^^^^^^^^^^^^^^^^^ This needs to go

NFS CLIENT
P:	Trond Myklebust
M:	trond.myklebust@fys.uio.no
L:	linux-kernel@vger.kernel.org
S:	Maintained
F:	fs/lockd/
F:	fs/nfs/
F:	fs/nfs_common/
F:	net/sunrpc/
F:	include/linux/lockd/
F:	include/linux/nfs*
F:	include/linux/sunrpc/



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2007-08-13 17:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-13  6:32 [PATCH] [344/2many] MAINTAINERS - NFS CLIENT joe
2007-08-13 16:26 ` Trond Myklebust
2007-08-13 16:33   ` Joe Perches
2007-08-13 16:35     ` Trond Myklebust
2007-08-13 16:57       ` Joe Perches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox