All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] MAINTAINERS: associate linux/fs.h with VFS instead of file locking
@ 2017-04-26 23:53 Eric Biggers
  2017-04-27  1:00 ` J . Bruce Fields
  2017-09-18 15:12 ` Jeff Layton
  0 siblings, 2 replies; 7+ messages in thread
From: Eric Biggers @ 2017-04-26 23:53 UTC (permalink / raw)
  To: linux-fsdevel; +Cc: Eric Biggers, Jeff Layton, J . Bruce Fields, Al Viro

From: Eric Biggers <ebiggers@google.com>

include/linux/fs.h and include/uapi/linux/fs.h deal with much more than
just file locking.  Move them to the "FILESYSTEMS (VFS and
infrastructure)" section of the MAINTAINERS file so that the first
suggestion from get_maintainer.pl isn't the file locking maintainers,
which has caused some confusion.

Cc: Jeff Layton <jlayton@poochiereds.net>
Cc: J. Bruce Fields <bfields@fieldses.org>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Eric Biggers <ebiggers@google.com>
---
 MAINTAINERS | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 22b509fb1c5e..2ac97d8c1a21 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -5074,9 +5074,7 @@ M:	"J. Bruce Fields" <bfields@fieldses.org>
 L:	linux-fsdevel@vger.kernel.org
 S:	Maintained
 F:	include/linux/fcntl.h
-F:	include/linux/fs.h
 F:	include/uapi/linux/fcntl.h
-F:	include/uapi/linux/fs.h
 F:	fs/fcntl.c
 F:	fs/locks.c
 
@@ -5085,6 +5083,8 @@ M:	Alexander Viro <viro@zeniv.linux.org.uk>
 L:	linux-fsdevel@vger.kernel.org
 S:	Maintained
 F:	fs/*
+F:	include/linux/fs.h
+F:	include/uapi/linux/fs.h
 
 FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
 M:	Riku Voipio <riku.voipio@iki.fi>
-- 
2.13.0.rc0.306.g87b477812d-goog

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

* Re: [PATCH] MAINTAINERS: associate linux/fs.h with VFS instead of file locking
  2017-04-26 23:53 [PATCH] MAINTAINERS: associate linux/fs.h with VFS instead of file locking Eric Biggers
@ 2017-04-27  1:00 ` J . Bruce Fields
  2017-05-02 13:57   ` Jeff Layton
  2017-09-18 15:12 ` Jeff Layton
  1 sibling, 1 reply; 7+ messages in thread
From: J . Bruce Fields @ 2017-04-27  1:00 UTC (permalink / raw)
  To: Eric Biggers; +Cc: linux-fsdevel, Eric Biggers, Jeff Layton, Al Viro

On Wed, Apr 26, 2017 at 04:53:56PM -0700, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
> 
> include/linux/fs.h and include/uapi/linux/fs.h deal with much more than
> just file locking.  Move them to the "FILESYSTEMS (VFS and
> infrastructure)" section of the MAINTAINERS file so that the first
> suggestion from get_maintainer.pl isn't the file locking maintainers,
> which has caused some confusion.

So that's why I was getting all that mail.  Thanks!

--b.

> 
> Cc: Jeff Layton <jlayton@poochiereds.net>
> Cc: J. Bruce Fields <bfields@fieldses.org>
> Cc: Al Viro <viro@zeniv.linux.org.uk>
> Signed-off-by: Eric Biggers <ebiggers@google.com>
> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 22b509fb1c5e..2ac97d8c1a21 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5074,9 +5074,7 @@ M:	"J. Bruce Fields" <bfields@fieldses.org>
>  L:	linux-fsdevel@vger.kernel.org
>  S:	Maintained
>  F:	include/linux/fcntl.h
> -F:	include/linux/fs.h
>  F:	include/uapi/linux/fcntl.h
> -F:	include/uapi/linux/fs.h
>  F:	fs/fcntl.c
>  F:	fs/locks.c
>  
> @@ -5085,6 +5083,8 @@ M:	Alexander Viro <viro@zeniv.linux.org.uk>
>  L:	linux-fsdevel@vger.kernel.org
>  S:	Maintained
>  F:	fs/*
> +F:	include/linux/fs.h
> +F:	include/uapi/linux/fs.h
>  
>  FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
>  M:	Riku Voipio <riku.voipio@iki.fi>
> -- 
> 2.13.0.rc0.306.g87b477812d-goog

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

* Re: [PATCH] MAINTAINERS: associate linux/fs.h with VFS instead of file locking
  2017-04-27  1:00 ` J . Bruce Fields
@ 2017-05-02 13:57   ` Jeff Layton
  2017-05-23  1:17     ` Eric Biggers
  0 siblings, 1 reply; 7+ messages in thread
From: Jeff Layton @ 2017-05-02 13:57 UTC (permalink / raw)
  To: J . Bruce Fields, Eric Biggers; +Cc: linux-fsdevel, Eric Biggers, Al Viro

On Wed, 2017-04-26 at 21:00 -0400, J . Bruce Fields wrote:
> On Wed, Apr 26, 2017 at 04:53:56PM -0700, Eric Biggers wrote:
> > From: Eric Biggers <ebiggers@google.com>
> > 
> > include/linux/fs.h and include/uapi/linux/fs.h deal with much more than
> > just file locking.  Move them to the "FILESYSTEMS (VFS and
> > infrastructure)" section of the MAINTAINERS file so that the first
> > suggestion from get_maintainer.pl isn't the file locking maintainers,
> > which has caused some confusion.
> 
> So that's why I was getting all that mail.  Thanks!
> 
> --b.
> 

Indeed! FWIW:

Acked-by: Jeff Layton <jlayton@poochiereds.net>


> > 
> > Cc: Jeff Layton <jlayton@poochiereds.net>
> > Cc: J. Bruce Fields <bfields@fieldses.org>
> > Cc: Al Viro <viro@zeniv.linux.org.uk>
> > Signed-off-by: Eric Biggers <ebiggers@google.com>
> > ---
> >  MAINTAINERS | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 22b509fb1c5e..2ac97d8c1a21 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -5074,9 +5074,7 @@ M:	"J. Bruce Fields" <bfields@fieldses.org>
> >  L:	linux-fsdevel@vger.kernel.org
> >  S:	Maintained
> >  F:	include/linux/fcntl.h
> > -F:	include/linux/fs.h
> >  F:	include/uapi/linux/fcntl.h
> > -F:	include/uapi/linux/fs.h
> >  F:	fs/fcntl.c
> >  F:	fs/locks.c
> >  
> > @@ -5085,6 +5083,8 @@ M:	Alexander Viro <viro@zeniv.linux.org.uk>
> >  L:	linux-fsdevel@vger.kernel.org
> >  S:	Maintained
> >  F:	fs/*
> > +F:	include/linux/fs.h
> > +F:	include/uapi/linux/fs.h
> >  
> >  FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
> >  M:	Riku Voipio <riku.voipio@iki.fi>
> > -- 
> > 2.13.0.rc0.306.g87b477812d-goog

-- 
Jeff Layton <jlayton@poochiereds.net>

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

* Re: [PATCH] MAINTAINERS: associate linux/fs.h with VFS instead of file locking
  2017-05-02 13:57   ` Jeff Layton
@ 2017-05-23  1:17     ` Eric Biggers
  0 siblings, 0 replies; 7+ messages in thread
From: Eric Biggers @ 2017-05-23  1:17 UTC (permalink / raw)
  To: Al Viro; +Cc: J . Bruce Fields, linux-fsdevel, Eric Biggers, Jeff Layton

On Tue, May 02, 2017 at 09:57:09AM -0400, Jeff Layton wrote:
> On Wed, 2017-04-26 at 21:00 -0400, J . Bruce Fields wrote:
> > On Wed, Apr 26, 2017 at 04:53:56PM -0700, Eric Biggers wrote:
> > > From: Eric Biggers <ebiggers@google.com>
> > > 
> > > include/linux/fs.h and include/uapi/linux/fs.h deal with much more than
> > > just file locking.  Move them to the "FILESYSTEMS (VFS and
> > > infrastructure)" section of the MAINTAINERS file so that the first
> > > suggestion from get_maintainer.pl isn't the file locking maintainers,
> > > which has caused some confusion.
> > 
> > So that's why I was getting all that mail.  Thanks!
> > 
> > --b.
> > 
> 
> Indeed! FWIW:
> 
> Acked-by: Jeff Layton <jlayton@poochiereds.net>
> 

Al, can you take this patch?

Eric

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

* Re: [PATCH] MAINTAINERS: associate linux/fs.h with VFS instead of file locking
  2017-04-26 23:53 [PATCH] MAINTAINERS: associate linux/fs.h with VFS instead of file locking Eric Biggers
  2017-04-27  1:00 ` J . Bruce Fields
@ 2017-09-18 15:12 ` Jeff Layton
  2017-09-18 19:16   ` J . Bruce Fields
  1 sibling, 1 reply; 7+ messages in thread
From: Jeff Layton @ 2017-09-18 15:12 UTC (permalink / raw)
  To: Eric Biggers, linux-fsdevel; +Cc: Eric Biggers, J . Bruce Fields, Al Viro

On Wed, 2017-04-26 at 16:53 -0700, Eric Biggers wrote:
> From: Eric Biggers <ebiggers@google.com>
> 
> include/linux/fs.h and include/uapi/linux/fs.h deal with much more than
> just file locking.  Move them to the "FILESYSTEMS (VFS and
> infrastructure)" section of the MAINTAINERS file so that the first
> suggestion from get_maintainer.pl isn't the file locking maintainers,
> which has caused some confusion.
> 
> Cc: Jeff Layton <jlayton@poochiereds.net>
> Cc: J. Bruce Fields <bfields@fieldses.org>
> Cc: Al Viro <viro@zeniv.linux.org.uk>
> Signed-off-by: Eric Biggers <ebiggers@google.com>
> ---
>  MAINTAINERS | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 22b509fb1c5e..2ac97d8c1a21 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -5074,9 +5074,7 @@ M:	"J. Bruce Fields" <bfields@fieldses.org>
>  L:	linux-fsdevel@vger.kernel.org
>  S:	Maintained
>  F:	include/linux/fcntl.h
> -F:	include/linux/fs.h
>  F:	include/uapi/linux/fcntl.h
> -F:	include/uapi/linux/fs.h
>  F:	fs/fcntl.c
>  F:	fs/locks.c
>  
> @@ -5085,6 +5083,8 @@ M:	Alexander Viro <viro@zeniv.linux.org.uk>
>  L:	linux-fsdevel@vger.kernel.org
>  S:	Maintained
>  F:	fs/*
> +F:	include/linux/fs.h
> +F:	include/uapi/linux/fs.h
>  
>  FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
>  M:	Riku Voipio <riku.voipio@iki.fi>

Whatever happened to this patch?

Bruce, maybe you can pick this one up in your next PR?
-- 
Jeff Layton <jlayton@poochiereds.net>

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

* Re: [PATCH] MAINTAINERS: associate linux/fs.h with VFS instead of file locking
  2017-09-18 15:12 ` Jeff Layton
@ 2017-09-18 19:16   ` J . Bruce Fields
  2017-09-18 19:31     ` Jeff Layton
  0 siblings, 1 reply; 7+ messages in thread
From: J . Bruce Fields @ 2017-09-18 19:16 UTC (permalink / raw)
  To: Jeff Layton; +Cc: Eric Biggers, linux-fsdevel, Eric Biggers, Al Viro

On Mon, Sep 18, 2017 at 11:12:02AM -0400, Jeff Layton wrote:
> On Wed, 2017-04-26 at 16:53 -0700, Eric Biggers wrote:
> > From: Eric Biggers <ebiggers@google.com>
> > 
> > include/linux/fs.h and include/uapi/linux/fs.h deal with much more than
> > just file locking.  Move them to the "FILESYSTEMS (VFS and
> > infrastructure)" section of the MAINTAINERS file so that the first
> > suggestion from get_maintainer.pl isn't the file locking maintainers,
> > which has caused some confusion.
> > 
> > Cc: Jeff Layton <jlayton@poochiereds.net>
> > Cc: J. Bruce Fields <bfields@fieldses.org>
> > Cc: Al Viro <viro@zeniv.linux.org.uk>
> > Signed-off-by: Eric Biggers <ebiggers@google.com>
> > ---
> >  MAINTAINERS | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/MAINTAINERS b/MAINTAINERS
> > index 22b509fb1c5e..2ac97d8c1a21 100644
> > --- a/MAINTAINERS
> > +++ b/MAINTAINERS
> > @@ -5074,9 +5074,7 @@ M:	"J. Bruce Fields" <bfields@fieldses.org>
> >  L:	linux-fsdevel@vger.kernel.org
> >  S:	Maintained
> >  F:	include/linux/fcntl.h
> > -F:	include/linux/fs.h
> >  F:	include/uapi/linux/fcntl.h
> > -F:	include/uapi/linux/fs.h
> >  F:	fs/fcntl.c
> >  F:	fs/locks.c
> >  
> > @@ -5085,6 +5083,8 @@ M:	Alexander Viro <viro@zeniv.linux.org.uk>
> >  L:	linux-fsdevel@vger.kernel.org
> >  S:	Maintained
> >  F:	fs/*
> > +F:	include/linux/fs.h
> > +F:	include/uapi/linux/fs.h
> >  
> >  FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
> >  M:	Riku Voipio <riku.voipio@iki.fi>
> 
> Whatever happened to this patch?
> 
> Bruce, maybe you can pick this one up in your next PR?

Sure.  (And I've taken that as an implicit signed-off-by:).

--b.

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

* Re: [PATCH] MAINTAINERS: associate linux/fs.h with VFS instead of file locking
  2017-09-18 19:16   ` J . Bruce Fields
@ 2017-09-18 19:31     ` Jeff Layton
  0 siblings, 0 replies; 7+ messages in thread
From: Jeff Layton @ 2017-09-18 19:31 UTC (permalink / raw)
  To: J . Bruce Fields; +Cc: Eric Biggers, linux-fsdevel, Eric Biggers, Al Viro

On Mon, 2017-09-18 at 15:16 -0400, J . Bruce Fields wrote:
> On Mon, Sep 18, 2017 at 11:12:02AM -0400, Jeff Layton wrote:
> > On Wed, 2017-04-26 at 16:53 -0700, Eric Biggers wrote:
> > > From: Eric Biggers <ebiggers@google.com>
> > > 
> > > include/linux/fs.h and include/uapi/linux/fs.h deal with much more than
> > > just file locking.  Move them to the "FILESYSTEMS (VFS and
> > > infrastructure)" section of the MAINTAINERS file so that the first
> > > suggestion from get_maintainer.pl isn't the file locking maintainers,
> > > which has caused some confusion.
> > > 
> > > Cc: Jeff Layton <jlayton@poochiereds.net>
> > > Cc: J. Bruce Fields <bfields@fieldses.org>
> > > Cc: Al Viro <viro@zeniv.linux.org.uk>
> > > Signed-off-by: Eric Biggers <ebiggers@google.com>
> > > ---
> > >  MAINTAINERS | 4 ++--
> > >  1 file changed, 2 insertions(+), 2 deletions(-)
> > > 
> > > diff --git a/MAINTAINERS b/MAINTAINERS
> > > index 22b509fb1c5e..2ac97d8c1a21 100644
> > > --- a/MAINTAINERS
> > > +++ b/MAINTAINERS
> > > @@ -5074,9 +5074,7 @@ M:	"J. Bruce Fields" <bfields@fieldses.org>
> > >  L:	linux-fsdevel@vger.kernel.org
> > >  S:	Maintained
> > >  F:	include/linux/fcntl.h
> > > -F:	include/linux/fs.h
> > >  F:	include/uapi/linux/fcntl.h
> > > -F:	include/uapi/linux/fs.h
> > >  F:	fs/fcntl.c
> > >  F:	fs/locks.c
> > >  
> > > @@ -5085,6 +5083,8 @@ M:	Alexander Viro <viro@zeniv.linux.org.uk>
> > >  L:	linux-fsdevel@vger.kernel.org
> > >  S:	Maintained
> > >  F:	fs/*
> > > +F:	include/linux/fs.h
> > > +F:	include/uapi/linux/fs.h
> > >  
> > >  FINTEK F75375S HARDWARE MONITOR AND FAN CONTROLLER DRIVER
> > >  M:	Riku Voipio <riku.voipio@iki.fi>
> > 
> > Whatever happened to this patch?
> > 
> > Bruce, maybe you can pick this one up in your next PR?
> 
> Sure.  (And I've taken that as an implicit signed-off-by:).
> 
> --b.

Yep, I think I sent a Reviewed-by at one point, but that works.

Thanks!
-- 
Jeff Layton <jlayton@poochiereds.net>

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

end of thread, other threads:[~2017-09-18 19:31 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-26 23:53 [PATCH] MAINTAINERS: associate linux/fs.h with VFS instead of file locking Eric Biggers
2017-04-27  1:00 ` J . Bruce Fields
2017-05-02 13:57   ` Jeff Layton
2017-05-23  1:17     ` Eric Biggers
2017-09-18 15:12 ` Jeff Layton
2017-09-18 19:16   ` J . Bruce Fields
2017-09-18 19:31     ` Jeff Layton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.