2010-06-19 20:57:01

by Justin P. Mattock

[permalink] [raw]
Subject: [PATCH]MAINTAINERS update e-mail address

get_maintainer.pl did it's job.. just the MAINTAINERS
file need to be updated or else you get this:
subject:Auto-response for your message to the "linux-cifs-client" mailing list

The [email protected] mailing list is now deprecated.
The new mailing list is [email protected]. Subscription is no
longer required to post to that list. Please resend your message
there.

so update the linux-cifs address in the MAINTAINERS file.
Signed-off-by: Justin P. Mattock <[email protected]>

---
MAINTAINERS | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 6d119c9..8d6a3ff 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -1581,7 +1581,7 @@ F: include/linux/coda*.h

COMMON INTERNET FILE SYSTEM (CIFS)
M: Steve French <[email protected]>
-L: [email protected] (moderated for non-subscribers)
+L: [email protected]
L: [email protected] (moderated for non-subscribers)
W: http://linux-cifs.samba.org/
Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
--
1.7.1.rc1.21.gf3bd6


2010-06-20 00:29:42

by Jeffrey Layton

[permalink] [raw]
Subject: Re: [PATCH]MAINTAINERS update e-mail address

On Sat, 19 Jun 2010 13:56:51 -0700
"Justin P. Mattock" <[email protected]> wrote:

> get_maintainer.pl did it's job.. just the MAINTAINERS
> file need to be updated or else you get this:
> subject:Auto-response for your message to the "linux-cifs-client" mailing list
>
> The [email protected] mailing list is now deprecated.
> The new mailing list is [email protected]. Subscription is no
> longer required to post to that list. Please resend your message
> there.
>
> so update the linux-cifs address in the MAINTAINERS file.
> Signed-off-by: Justin P. Mattock <[email protected]>
>
> ---
> MAINTAINERS | 2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/MAINTAINERS b/MAINTAINERS
> index 6d119c9..8d6a3ff 100644
> --- a/MAINTAINERS
> +++ b/MAINTAINERS
> @@ -1581,7 +1581,7 @@ F: include/linux/coda*.h
>
> COMMON INTERNET FILE SYSTEM (CIFS)
> M: Steve French <[email protected]>
> -L: [email protected] (moderated for non-subscribers)
> +L: [email protected]
> L: [email protected] (moderated for non-subscribers)
> W: http://linux-cifs.samba.org/
> Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/


Thanks. I sent a patch to update this a week or two ago, but it hasn't
made it into mainline yet. I believe Steve F. is going to push the
patch there.

--
Jeff Layton <[email protected]>

2010-06-20 03:44:22

by Justin P. Mattock

[permalink] [raw]
Subject: Re: [PATCH]MAINTAINERS update e-mail address

On 06/19/2010 05:28 PM, Jeff Layton wrote:
> On Sat, 19 Jun 2010 13:56:51 -0700
> "Justin P. Mattock"<[email protected]> wrote:
>
>> get_maintainer.pl did it's job.. just the MAINTAINERS
>> file need to be updated or else you get this:
>> subject:Auto-response for your message to the "linux-cifs-client" mailing list
>>
>> The [email protected] mailing list is now deprecated.
>> The new mailing list is [email protected]. Subscription is no
>> longer required to post to that list. Please resend your message
>> there.
>>
>> so update the linux-cifs address in the MAINTAINERS file.
>> Signed-off-by: Justin P. Mattock<[email protected]>
>>
>> ---
>> MAINTAINERS | 2 +-
>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>
>> diff --git a/MAINTAINERS b/MAINTAINERS
>> index 6d119c9..8d6a3ff 100644
>> --- a/MAINTAINERS
>> +++ b/MAINTAINERS
>> @@ -1581,7 +1581,7 @@ F: include/linux/coda*.h
>>
>> COMMON INTERNET FILE SYSTEM (CIFS)
>> M: Steve French<[email protected]>
>> -L: [email protected] (moderated for non-subscribers)
>> +L: [email protected]
>> L: [email protected] (moderated for non-subscribers)
>> W: http://linux-cifs.samba.org/
>> Q: http://patchwork.ozlabs.org/project/linux-cifs-client/list/
>
>
> Thanks. I sent a patch to update this a week or two ago, but it hasn't
> made it into mainline yet. I believe Steve F. is going to push the
> patch there.
>


alright cool..

Justin P. Mattock