2012-06-14 00:31:29

by Wanpeng Li

[permalink] [raw]
Subject: [PATCH] writeback: Maintainer Record

From: Wanpeng Li <[email protected]>

Add a maintainer record for the writeback subsystem.

Targeted for git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux.git tags/writeback

Signed-off-by: Wanpeng Li <[email protected]>
---
MAINTAINERS | 10 ++++++++++
1 file changed, 10 insertions(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 14bc707..582c5ab 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -7595,6 +7595,16 @@ F: include/linux/workqueue.h
F: kernel/workqueue.c
F: Documentation/workqueue.txt

+WRITEBACK
+M: Fengguang Wu <[email protected]>
+T: git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux.git tags/writeback
+S: Maintained
+F: include/linux/backing-dev.h
+F: mm/backing-dev.c
+F: include/linux/writeback.h
+F: fs/fs-writeback.c
+F: mm/page-writeback.c
+
X.25 NETWORK LAYER
M: Andrew Hendry <[email protected]>
L: [email protected]
--
1.7.9.5


2012-06-14 01:05:55

by Joe Perches

[permalink] [raw]
Subject: Re: [PATCH] writeback: Maintainer Record

On Thu, 2012-06-14 at 08:31 +0800, Wanpeng Li wrote:
> MAINTAINERS | 10 ++++++++++
[]
> diff --git a/MAINTAINERS b/MAINTAINERS
[]
> +WRITEBACK
> +M: Fengguang Wu <[email protected]>

Generally the actual maintainer submits a patch
to this file.

Please use a single tab after each :

> +T: git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux.git tags/writeback
> +S: Maintained
> +F: include/linux/backing-dev.h
> +F: mm/backing-dev.c
> +F: include/linux/writeback.h
> +F: fs/fs-writeback.c
> +F: mm/page-writeback.c
> +


2012-06-14 02:16:42

by Fengguang Wu

[permalink] [raw]
Subject: Re: [PATCH] writeback: Maintainer Record

On Wed, Jun 13, 2012 at 06:05:53PM -0700, Joe Perches wrote:
> On Thu, 2012-06-14 at 08:31 +0800, Wanpeng Li wrote:
> > MAINTAINERS | 10 ++++++++++
> []
> > diff --git a/MAINTAINERS b/MAINTAINERS
> []
> > +WRITEBACK
> > +M: Fengguang Wu <[email protected]>
>
> Generally the actual maintainer submits a patch
> to this file.

Hmm, I'd tend to not add this entry. For one thing, the git tag thing
looks silly. The dirty/writeback stuff in general involves both mm/fs,
and I'd like the relevant developers all keep an eye on this :-)

Thanks,
Fengguang

> Please use a single tab after each :
>
> > +T: git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux.git tags/writeback
> > +S: Maintained
> > +F: include/linux/backing-dev.h
> > +F: mm/backing-dev.c
> > +F: include/linux/writeback.h
> > +F: fs/fs-writeback.c
> > +F: mm/page-writeback.c
> > +
>
>