linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] MAINTAINERS: change the email address for f2fs
@ 2014-05-30 16:12 jaegeuk
  2014-05-30 16:12 ` [PATCH 2/2] MAINTAINERS: add a co-maintainer from samsung for F2FS jaegeuk
  2014-05-30 23:09 ` [PATCH 1/2] MAINTAINERS: change the email address for f2fs Stephen Rothwell
  0 siblings, 2 replies; 4+ messages in thread
From: jaegeuk @ 2014-05-30 16:12 UTC (permalink / raw)
  To: linux-kernel, linux-fsdevel, linux-f2fs-devel; +Cc: cm224.lee, Jaegeuk Kim

From: Jaegeuk Kim <jaegeuk@kernel.org>

This patch changes the valid email address to maintain the f2fs file system.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
---
 MAINTAINERS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/MAINTAINERS b/MAINTAINERS
index 51ebb77..38ffb57 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3774,7 +3774,7 @@ F:	fs/fscache/
 F:	include/linux/fscache*.h
 
 F2FS FILE SYSTEM
-M:	Jaegeuk Kim <jaegeuk.kim@samsung.com>
+M:	Jaegeuk Kim <jaegeuk@kernel.org>
 L:	linux-f2fs-devel@lists.sourceforge.net
 W:	http://en.wikipedia.org/wiki/F2FS
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
-- 
1.8.5.2 (Apple Git-48)

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

* [PATCH 2/2] MAINTAINERS: add a co-maintainer from samsung for F2FS
  2014-05-30 16:12 [PATCH 1/2] MAINTAINERS: change the email address for f2fs jaegeuk
@ 2014-05-30 16:12 ` jaegeuk
  2014-05-30 23:09 ` [PATCH 1/2] MAINTAINERS: change the email address for f2fs Stephen Rothwell
  1 sibling, 0 replies; 4+ messages in thread
From: jaegeuk @ 2014-05-30 16:12 UTC (permalink / raw)
  To: linux-kernel, linux-fsdevel, linux-f2fs-devel; +Cc: cm224.lee, Jaegeuk Kim

From: Jaegeuk Kim <jaegeuk@kernel.org>

This patch adds a samsung guy for an F2FS maintainer.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
---
 MAINTAINERS | 1 +
 1 file changed, 1 insertion(+)

diff --git a/MAINTAINERS b/MAINTAINERS
index 38ffb57..e154141 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -3775,6 +3775,7 @@ F:	include/linux/fscache*.h
 
 F2FS FILE SYSTEM
 M:	Jaegeuk Kim <jaegeuk@kernel.org>
+M:	Changman Lee <cm224.lee@samsung.com>
 L:	linux-f2fs-devel@lists.sourceforge.net
 W:	http://en.wikipedia.org/wiki/F2FS
 T:	git git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs.git
-- 
1.8.5.2 (Apple Git-48)

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

* Re: [PATCH 1/2] MAINTAINERS: change the email address for f2fs
  2014-05-30 16:12 [PATCH 1/2] MAINTAINERS: change the email address for f2fs jaegeuk
  2014-05-30 16:12 ` [PATCH 2/2] MAINTAINERS: add a co-maintainer from samsung for F2FS jaegeuk
@ 2014-05-30 23:09 ` Stephen Rothwell
  2014-05-31 15:49   ` Jaegeuk Kim
  1 sibling, 1 reply; 4+ messages in thread
From: Stephen Rothwell @ 2014-05-30 23:09 UTC (permalink / raw)
  To: jaegeuk; +Cc: linux-kernel, linux-fsdevel, linux-f2fs-devel, cm224.lee

[-- Attachment #1: Type: text/plain, Size: 483 bytes --]

Hi,

On Sat, 31 May 2014 01:12:08 +0900 jaegeuk@kernel.org wrote:
>
> From: Jaegeuk Kim <jaegeuk@kernel.org>
> 
> This patch changes the valid email address to maintain the f2fs file system.

Have you remembered to notify the linux-next maintainer?  :-)

>  F2FS FILE SYSTEM
> -M:	Jaegeuk Kim <jaegeuk.kim@samsung.com>
> +M:	Jaegeuk Kim <jaegeuk@kernel.org>

So, should I use this new address?

-- 
Cheers,
Stephen Rothwell                    sfr@canb.auug.org.au

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: [PATCH 1/2] MAINTAINERS: change the email address for f2fs
  2014-05-30 23:09 ` [PATCH 1/2] MAINTAINERS: change the email address for f2fs Stephen Rothwell
@ 2014-05-31 15:49   ` Jaegeuk Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Jaegeuk Kim @ 2014-05-31 15:49 UTC (permalink / raw)
  To: Stephen Rothwell
  Cc: jaegeuk, linux-kernel@vger.kernel.org,
	linux-fsdevel@vger.kernel.org, linux-f2fs-devel, cm224.lee

Hi,

2014-05-31 8:09 GMT+09:00 Stephen Rothwell <sfr@canb.auug.org.au>:
> Hi,
>
> On Sat, 31 May 2014 01:12:08 +0900 jaegeuk@kernel.org wrote:
>>
>> From: Jaegeuk Kim <jaegeuk@kernel.org>
>>
>> This patch changes the valid email address to maintain the f2fs file system.
>
> Have you remembered to notify the linux-next maintainer?  :-)

Oops, forgot it. :)

>
>>  F2FS FILE SYSTEM
>> -M:   Jaegeuk Kim <jaegeuk.kim@samsung.com>
>> +M:   Jaegeuk Kim <jaegeuk@kernel.org>
>
> So, should I use this new address?

Yes, please.
Thanks,

>
> --
> Cheers,
> Stephen Rothwell                    sfr@canb.auug.org.au

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

end of thread, other threads:[~2014-05-31 15:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-30 16:12 [PATCH 1/2] MAINTAINERS: change the email address for f2fs jaegeuk
2014-05-30 16:12 ` [PATCH 2/2] MAINTAINERS: add a co-maintainer from samsung for F2FS jaegeuk
2014-05-30 23:09 ` [PATCH 1/2] MAINTAINERS: change the email address for f2fs Stephen Rothwell
2014-05-31 15:49   ` Jaegeuk Kim

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).