diff options
author | Jan Kara <jack@suse.cz> | 2009-08-03 19:00:57 +0200 |
---|---|---|
committer | Jan Kara <jack@suse.cz> | 2009-09-16 17:44:10 +0200 |
commit | 19003c18e9b41f5c3aeb81c92356f90958e1f22f (patch) | |
tree | 5796ba1dad6e7dac8a716ed3dd34e739373e4efc /MAINTAINERS | |
parent | b449fc6fcc07a392c69f3c1db9a4ad4dda8cbcba (diff) | |
download | kernel_samsung_tuna-19003c18e9b41f5c3aeb81c92356f90958e1f22f.zip kernel_samsung_tuna-19003c18e9b41f5c3aeb81c92356f90958e1f22f.tar.gz kernel_samsung_tuna-19003c18e9b41f5c3aeb81c92356f90958e1f22f.tar.bz2 |
ext3: Update MAINTAINERS for ext3 and JBD
Stephen agreed that he's unlikely to find time for working on ext3/JBD in the
near future and is not working on it for some time already. So remove him.
Added myself to JBD since after Andrew I'm probably the second most sensible
contact ;).
CC: Stephen Tweedie <sct@redhat.com>
Signed-off-by: Jan Kara <jack@suse.cz>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 9117b65..424beb6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1967,7 +1967,6 @@ F: fs/ext2/ F: include/linux/ext2* EXT3 FILE SYSTEM -M: Stephen Tweedie <sct@redhat.com> M: Andrew Morton <akpm@linux-foundation.org> M: Andreas Dilger <adilger@sun.com> L: linux-ext4@vger.kernel.org @@ -2892,8 +2891,8 @@ F: fs/jffs2/ F: include/linux/jffs2.h JOURNALLING LAYER FOR BLOCK DEVICES (JBD) -M: Stephen Tweedie <sct@redhat.com> M: Andrew Morton <akpm@linux-foundation.org> +M: Jan Kara <jack@suse.cz> L: linux-ext4@vger.kernel.org S: Maintained F: fs/jbd*/ |