* [PATCH] MAINTAINERS: Update entries for notification subsystem
@ 2017-08-15 11:55 Jan Kara
2017-08-15 13:27 ` Eric Paris
0 siblings, 1 reply; 2+ messages in thread
From: Jan Kara @ 2017-08-15 11:55 UTC (permalink / raw)
To: linux-fsdevel
Cc: Jan Kara, Alexander Viro, Eric Paris, Robert Love, John McCutchan,
Amir Goldstein
Entries for inotify, dnotify, and fanotify in MAINTAINERS are stale.
Neither Eric nor Robert nor John care about these subsystems anymore.
These days it is mostly me or Amir who take care of bugs in these
subsystems. So update MAINTAINERS to reflect current state.
CC: Alexander Viro <viro@zeniv.linux.org.uk>
CC: Eric Paris <eparis@redhat.com>
CC: Robert Love <rlove@rlove.org>
CC: John McCutchan <john@johnmccutchan.com>
CC: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Jan Kara <jack@suse.cz>
---
MAINTAINERS | 14 +++++++++-----
1 file changed, 9 insertions(+), 5 deletions(-)
Unless someone objects, I plan to queue this patch to my tree.
diff --git a/MAINTAINERS b/MAINTAINERS
index 44cb004c765d..b89850428201 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -4108,7 +4108,9 @@ F: include/linux/dax.h
F: include/trace/events/fs_dax.h
DIRECTORY NOTIFICATION (DNOTIFY)
-M: Eric Paris <eparis@parisplace.org>
+M: Jan Kara <jack@suse.cz>
+R: Amir Goldstein <amir73il@gmail.com>
+L: linux-fsdevel@vger.kernel.org
S: Maintained
F: Documentation/filesystems/dnotify.txt
F: fs/notify/dnotify/
@@ -5198,7 +5200,9 @@ F: Documentation/hwmon/f71805f
F: drivers/hwmon/f71805f.c
FANOTIFY
-M: Eric Paris <eparis@redhat.com>
+M: Jan Kara <jack@suse.cz>
+R: Amir Goldstein <amir73il@gmail.com>
+L: linux-fsdevel@vger.kernel.org
S: Maintained
F: fs/notify/fanotify/
F: include/linux/fanotify.h
@@ -6673,9 +6677,9 @@ S: Maintained
F: drivers/mtd/nand/jz4780_*
INOTIFY
-M: John McCutchan <john@johnmccutchan.com>
-M: Robert Love <rlove@rlove.org>
-M: Eric Paris <eparis@parisplace.org>
+M: Jan Kara <jack@suse.cz>
+R: Amir Goldstein <amir73il@gmail.com>
+L: linux-fsdevel@vger.kernel.org
S: Maintained
F: Documentation/filesystems/inotify.txt
F: fs/notify/inotify/
--
2.12.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] MAINTAINERS: Update entries for notification subsystem
2017-08-15 11:55 [PATCH] MAINTAINERS: Update entries for notification subsystem Jan Kara
@ 2017-08-15 13:27 ` Eric Paris
0 siblings, 0 replies; 2+ messages in thread
From: Eric Paris @ 2017-08-15 13:27 UTC (permalink / raw)
To: Jan Kara, linux-fsdevel
Cc: Alexander Viro, Robert Love, John McCutchan, Amir Goldstein
Acked-by: Eric Paris <eparis@redhat.com>
On Tue, 2017-08-15 at 13:55 +0200, Jan Kara wrote:
> Entries for inotify, dnotify, and fanotify in MAINTAINERS are stale.
> Neither Eric nor Robert nor John care about these subsystems anymore.
> These days it is mostly me or Amir who take care of bugs in these
> subsystems. So update MAINTAINERS to reflect current state.
>
> CC: Alexander Viro <viro@zeniv.linux.org.uk>
> CC: Eric Paris <eparis@redhat.com>
> CC: Robert Love <rlove@rlove.org>
> CC: John McCutchan <john@johnmccutchan.com>
> CC: Amir Goldstein <amir73il@gmail.com>
> Signed-off-by: Jan Kara <jack@suse.cz>
> ---
> MAINTAINERS | 14 +++++++++-----
> 1 file changed, 9 insertions(+), 5 deletions(-)
>
> Unless someone objects, I plan to queue this patch to my tree.
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 44cb004c765d..b89850428201 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -4108,7 +4108,9 @@ F: include/linux/dax.h
> F: include/trace/events/fs_dax.h
>
> DIRECTORY NOTIFICATION (DNOTIFY)
> -M: Eric Paris <eparis@parisplace.org>
> +M: Jan Kara <jack@suse.cz>
> +R: Amir Goldstein <amir73il@gmail.com>
> +L: linux-fsdevel@vger.kernel.org
> S: Maintained
> F: Documentation/filesystems/dnotify.txt
> F: fs/notify/dnotify/
> @@ -5198,7 +5200,9 @@ F: Documentation/hwmon/f71805f
> F: drivers/hwmon/f71805f.c
>
> FANOTIFY
> -M: Eric Paris <eparis@redhat.com>
> +M: Jan Kara <jack@suse.cz>
> +R: Amir Goldstein <amir73il@gmail.com>
> +L: linux-fsdevel@vger.kernel.org
> S: Maintained
> F: fs/notify/fanotify/
> F: include/linux/fanotify.h
> @@ -6673,9 +6677,9 @@ S: Maintained
> F: drivers/mtd/nand/jz4780_*
>
> INOTIFY
> -M: John McCutchan <john@johnmccutchan.com>
> -M: Robert Love <rlove@rlove.org>
> -M: Eric Paris <eparis@parisplace.org>
> +M: Jan Kara <jack@suse.cz>
> +R: Amir Goldstein <amir73il@gmail.com>
> +L: linux-fsdevel@vger.kernel.org
> S: Maintained
> F: Documentation/filesystems/inotify.txt
> F: fs/notify/inotify/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-15 13:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-15 11:55 [PATCH] MAINTAINERS: Update entries for notification subsystem Jan Kara
2017-08-15 13:27 ` Eric Paris
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).