diff options
author | Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp> | 2016-05-23 19:23:09 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2016-05-23 20:04:14 -0400 |
commit | 4b420ab4eedc7a816ad0f2278871019de1a8ccef (patch) | |
tree | 05c115b1c83e5030b96ea31bb1ed0832dcd60f09 | |
parent | 5726d0b454614a47e641a04c8106392d67a8e1ad (diff) |
nilfs2: clean up old e-mail addresses
E-mail addresses of osrg.net domain are no longer available. This
removes them from authorship notices and prevents reporters from being
confused.
Link: http://lkml.kernel.org/r/1461935747-10380-5-git-send-email-konishi.ryusuke@lab.ntt.co.jp
Signed-off-by: Ryusuke Konishi <konishi.ryusuke@lab.ntt.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
38 files changed, 46 insertions, 56 deletions
diff --git a/fs/nilfs2/alloc.c b/fs/nilfs2/alloc.c index eaa0c6af80c3..82362a5d81ed 100644 --- a/fs/nilfs2/alloc.c +++ b/fs/nilfs2/alloc.c | |||
@@ -13,9 +13,8 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Original code was written by Koji Sato <koji@osrg.net>. | 16 | * Originally written by Koji Sato. |
17 | * Two allocators were unified by Ryusuke Konishi <ryusuke@osrg.net>, | 17 | * Two allocators were unified by Ryusuke Konishi and Amagai Yoshiji. |
18 | * Amagai Yoshiji <amagai@osrg.net>. | ||
19 | */ | 18 | */ |
20 | 19 | ||
21 | #include <linux/types.h> | 20 | #include <linux/types.h> |
diff --git a/fs/nilfs2/alloc.h b/fs/nilfs2/alloc.h index 62982eea63c0..2bd567d98bc6 100644 --- a/fs/nilfs2/alloc.h +++ b/fs/nilfs2/alloc.h | |||
@@ -13,9 +13,8 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Original code was written by Koji Sato <koji@osrg.net>. | 16 | * Originally written by Koji Sato. |
17 | * Two allocators were unified by Ryusuke Konishi <ryusuke@osrg.net>, | 17 | * Two allocators were unified by Ryusuke Konishi and Amagai Yoshiji. |
18 | * Amagai Yoshiji <amagai@osrg.net>. | ||
19 | */ | 18 | */ |
20 | 19 | ||
21 | #ifndef _NILFS_ALLOC_H | 20 | #ifndef _NILFS_ALLOC_H |
diff --git a/fs/nilfs2/bmap.c b/fs/nilfs2/bmap.c index fcd79e611c87..a5eab798a7a3 100644 --- a/fs/nilfs2/bmap.c +++ b/fs/nilfs2/bmap.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Koji Sato <koji@osrg.net>. | 16 | * Written by Koji Sato. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <linux/fs.h> | 19 | #include <linux/fs.h> |
diff --git a/fs/nilfs2/bmap.h b/fs/nilfs2/bmap.h index baa6d404f369..c14f822682da 100644 --- a/fs/nilfs2/bmap.h +++ b/fs/nilfs2/bmap.h | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Koji Sato <koji@osrg.net>. | 16 | * Written by Koji Sato. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #ifndef _NILFS_BMAP_H | 19 | #ifndef _NILFS_BMAP_H |
diff --git a/fs/nilfs2/btnode.c b/fs/nilfs2/btnode.c index 55241effa3c0..0576033699bc 100644 --- a/fs/nilfs2/btnode.c +++ b/fs/nilfs2/btnode.c | |||
@@ -13,9 +13,8 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * This file was originally written by Seiji Kihara <kihara@osrg.net> | 16 | * Originally written by Seiji Kihara. |
17 | * and fully revised by Ryusuke Konishi <ryusuke@osrg.net> for | 17 | * Fully revised by Ryusuke Konishi for stabilization and simplification. |
18 | * stabilization and simplification. | ||
19 | * | 18 | * |
20 | */ | 19 | */ |
21 | 20 | ||
diff --git a/fs/nilfs2/btnode.h b/fs/nilfs2/btnode.h index 0727096a8c53..2cc1b80e18f7 100644 --- a/fs/nilfs2/btnode.h +++ b/fs/nilfs2/btnode.h | |||
@@ -13,8 +13,8 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Seiji Kihara <kihara@osrg.net> | 16 | * Written by Seiji Kihara. |
17 | * Revised by Ryusuke Konishi <ryusuke@osrg.net> | 17 | * Revised by Ryusuke Konishi. |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #ifndef _NILFS_BTNODE_H | 20 | #ifndef _NILFS_BTNODE_H |
diff --git a/fs/nilfs2/btree.c b/fs/nilfs2/btree.c index cc748ff3b876..8fc73d0a923c 100644 --- a/fs/nilfs2/btree.c +++ b/fs/nilfs2/btree.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Koji Sato <koji@osrg.net>. | 16 | * Written by Koji Sato. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <linux/slab.h> | 19 | #include <linux/slab.h> |
diff --git a/fs/nilfs2/btree.h b/fs/nilfs2/btree.h index 9497732b3b1d..df1a25faa83b 100644 --- a/fs/nilfs2/btree.h +++ b/fs/nilfs2/btree.h | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Koji Sato <koji@osrg.net>. | 16 | * Written by Koji Sato. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #ifndef _NILFS_BTREE_H | 19 | #ifndef _NILFS_BTREE_H |
diff --git a/fs/nilfs2/cpfile.c b/fs/nilfs2/cpfile.c index 15016eca4dc4..d192b48df9fb 100644 --- a/fs/nilfs2/cpfile.c +++ b/fs/nilfs2/cpfile.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Koji Sato <koji@osrg.net>. | 16 | * Written by Koji Sato. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <linux/kernel.h> | 19 | #include <linux/kernel.h> |
diff --git a/fs/nilfs2/cpfile.h b/fs/nilfs2/cpfile.h index 3dcaceb66be6..5bdb8262928b 100644 --- a/fs/nilfs2/cpfile.h +++ b/fs/nilfs2/cpfile.h | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Koji Sato <koji@osrg.net>. | 16 | * Written by Koji Sato. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #ifndef _NILFS_CPFILE_H | 19 | #ifndef _NILFS_CPFILE_H |
diff --git a/fs/nilfs2/dat.c b/fs/nilfs2/dat.c index 7427c114aa11..e92257bc42ee 100644 --- a/fs/nilfs2/dat.c +++ b/fs/nilfs2/dat.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Koji Sato <koji@osrg.net>. | 16 | * Written by Koji Sato. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <linux/types.h> | 19 | #include <linux/types.h> |
diff --git a/fs/nilfs2/dat.h b/fs/nilfs2/dat.h index edd0586220d4..c7035b5b1aed 100644 --- a/fs/nilfs2/dat.h +++ b/fs/nilfs2/dat.h | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Koji Sato <koji@osrg.net>. | 16 | * Written by Koji Sato. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #ifndef _NILFS_DAT_H | 19 | #ifndef _NILFS_DAT_H |
diff --git a/fs/nilfs2/dir.c b/fs/nilfs2/dir.c index 955070bd20a5..5756dda3083f 100644 --- a/fs/nilfs2/dir.c +++ b/fs/nilfs2/dir.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Modified for NILFS by Amagai Yoshiji <amagai@osrg.net> | 16 | * Modified for NILFS by Amagai Yoshiji. |
17 | */ | 17 | */ |
18 | /* | 18 | /* |
19 | * linux/fs/ext2/dir.c | 19 | * linux/fs/ext2/dir.c |
diff --git a/fs/nilfs2/direct.c b/fs/nilfs2/direct.c index 24700229d6d4..22058d0b36e9 100644 --- a/fs/nilfs2/direct.c +++ b/fs/nilfs2/direct.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Koji Sato <koji@osrg.net>. | 16 | * Written by Koji Sato. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <linux/errno.h> | 19 | #include <linux/errno.h> |
diff --git a/fs/nilfs2/direct.h b/fs/nilfs2/direct.h index e4eb1b7e407c..3015a6e78724 100644 --- a/fs/nilfs2/direct.h +++ b/fs/nilfs2/direct.h | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Koji Sato <koji@osrg.net>. | 16 | * Written by Koji Sato. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #ifndef _NILFS_DIRECT_H | 19 | #ifndef _NILFS_DIRECT_H |
diff --git a/fs/nilfs2/file.c b/fs/nilfs2/file.c index 49243ca6e3e9..547381f3ce13 100644 --- a/fs/nilfs2/file.c +++ b/fs/nilfs2/file.c | |||
@@ -13,8 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Amagai Yoshiji <amagai@osrg.net>, | 16 | * Written by Amagai Yoshiji and Ryusuke Konishi. |
17 | * Ryusuke Konishi <ryusuke@osrg.net> | ||
18 | */ | 17 | */ |
19 | 18 | ||
20 | #include <linux/fs.h> | 19 | #include <linux/fs.h> |
diff --git a/fs/nilfs2/gcinode.c b/fs/nilfs2/gcinode.c index b0321886ce33..693aded72498 100644 --- a/fs/nilfs2/gcinode.c +++ b/fs/nilfs2/gcinode.c | |||
@@ -13,9 +13,8 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Seiji Kihara <kihara@osrg.net>, Amagai Yoshiji <amagai@osrg.net>, | 16 | * Written by Seiji Kihara, Amagai Yoshiji, and Ryusuke Konishi. |
17 | * and Ryusuke Konishi <ryusuke@osrg.net>. | 17 | * Revised by Ryusuke Konishi. |
18 | * Revised by Ryusuke Konishi <ryusuke@osrg.net>. | ||
19 | * | 18 | * |
20 | */ | 19 | */ |
21 | /* | 20 | /* |
diff --git a/fs/nilfs2/ifile.c b/fs/nilfs2/ifile.c index 06f9b5aa6175..d9048f6a7780 100644 --- a/fs/nilfs2/ifile.c +++ b/fs/nilfs2/ifile.c | |||
@@ -13,8 +13,8 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Amagai Yoshiji <amagai@osrg.net>. | 16 | * Written by Amagai Yoshiji. |
17 | * Revised by Ryusuke Konishi <ryusuke@osrg.net>. | 17 | * Revised by Ryusuke Konishi. |
18 | * | 18 | * |
19 | */ | 19 | */ |
20 | 20 | ||
diff --git a/fs/nilfs2/ifile.h b/fs/nilfs2/ifile.h index c61637e444f1..1b7d7afcb35e 100644 --- a/fs/nilfs2/ifile.h +++ b/fs/nilfs2/ifile.h | |||
@@ -13,8 +13,8 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Amagai Yoshiji <amagai@osrg.net> | 16 | * Written by Amagai Yoshiji. |
17 | * Revised by Ryusuke Konishi <ryusuke@osrg.net> | 17 | * Revised by Ryusuke Konishi. |
18 | * | 18 | * |
19 | */ | 19 | */ |
20 | 20 | ||
diff --git a/fs/nilfs2/inode.c b/fs/nilfs2/inode.c index 1bdb17bb01d3..90061151f0c2 100644 --- a/fs/nilfs2/inode.c +++ b/fs/nilfs2/inode.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Ryusuke Konishi <ryusuke@osrg.net> | 16 | * Written by Ryusuke Konishi. |
17 | * | 17 | * |
18 | */ | 18 | */ |
19 | 19 | ||
diff --git a/fs/nilfs2/ioctl.c b/fs/nilfs2/ioctl.c index 4db0e5ff6c67..e86599801d8b 100644 --- a/fs/nilfs2/ioctl.c +++ b/fs/nilfs2/ioctl.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Koji Sato <koji@osrg.net>. | 16 | * Written by Koji Sato. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <linux/fs.h> | 19 | #include <linux/fs.h> |
diff --git a/fs/nilfs2/mdt.c b/fs/nilfs2/mdt.c index 0ab93bdfa261..36fa9412f850 100644 --- a/fs/nilfs2/mdt.c +++ b/fs/nilfs2/mdt.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Ryusuke Konishi <ryusuke@osrg.net> | 16 | * Written by Ryusuke Konishi. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <linux/buffer_head.h> | 19 | #include <linux/buffer_head.h> |
diff --git a/fs/nilfs2/mdt.h b/fs/nilfs2/mdt.h index 5fc07ecf32a3..54e3b7fd783c 100644 --- a/fs/nilfs2/mdt.h +++ b/fs/nilfs2/mdt.h | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Ryusuke Konishi <ryusuke@osrg.net> | 16 | * Written by Ryusuke Konishi. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #ifndef _NILFS_MDT_H | 19 | #ifndef _NILFS_MDT_H |
diff --git a/fs/nilfs2/namei.c b/fs/nilfs2/namei.c index db0a4bcf6015..8234af99d7d7 100644 --- a/fs/nilfs2/namei.c +++ b/fs/nilfs2/namei.c | |||
@@ -13,8 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Modified for NILFS by Amagai Yoshiji <amagai@osrg.net>, | 16 | * Modified for NILFS by Amagai Yoshiji and Ryusuke Konishi. |
17 | * Ryusuke Konishi <ryusuke@osrg.net> | ||
18 | */ | 17 | */ |
19 | /* | 18 | /* |
20 | * linux/fs/ext2/namei.c | 19 | * linux/fs/ext2/namei.c |
diff --git a/fs/nilfs2/nilfs.h b/fs/nilfs2/nilfs.h index e2089a18b24b..fa179d4e5dba 100644 --- a/fs/nilfs2/nilfs.h +++ b/fs/nilfs2/nilfs.h | |||
@@ -13,8 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Koji Sato <koji@osrg.net> | 16 | * Written by Koji Sato and Ryusuke Konishi. |
17 | * Ryusuke Konishi <ryusuke@osrg.net> | ||
18 | */ | 17 | */ |
19 | 18 | ||
20 | #ifndef _NILFS_H | 19 | #ifndef _NILFS_H |
diff --git a/fs/nilfs2/page.c b/fs/nilfs2/page.c index b10057eb4d8e..19687139f197 100644 --- a/fs/nilfs2/page.c +++ b/fs/nilfs2/page.c | |||
@@ -13,8 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Ryusuke Konishi <ryusuke@osrg.net>, | 16 | * Written by Ryusuke Konishi and Seiji Kihara. |
17 | * Seiji Kihara <kihara@osrg.net>. | ||
18 | */ | 17 | */ |
19 | 18 | ||
20 | #include <linux/pagemap.h> | 19 | #include <linux/pagemap.h> |
diff --git a/fs/nilfs2/page.h b/fs/nilfs2/page.h index 6df10e127678..041f2dc5e634 100644 --- a/fs/nilfs2/page.h +++ b/fs/nilfs2/page.h | |||
@@ -13,8 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Ryusuke Konishi <ryusuke@osrg.net>, | 16 | * Written by Ryusuke Konishi and Seiji Kihara. |
17 | * Seiji Kihara <kihara@osrg.net>. | ||
18 | */ | 17 | */ |
19 | 18 | ||
20 | #ifndef _NILFS_PAGE_H | 19 | #ifndef _NILFS_PAGE_H |
diff --git a/fs/nilfs2/recovery.c b/fs/nilfs2/recovery.c index 2ae1dfccf6e8..402a45c2550d 100644 --- a/fs/nilfs2/recovery.c +++ b/fs/nilfs2/recovery.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Ryusuke Konishi <ryusuke@osrg.net> | 16 | * Written by Ryusuke Konishi. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #include <linux/buffer_head.h> | 19 | #include <linux/buffer_head.h> |
diff --git a/fs/nilfs2/segbuf.c b/fs/nilfs2/segbuf.c index 8aef62d81553..52f6a6c8bab1 100644 --- a/fs/nilfs2/segbuf.c +++ b/fs/nilfs2/segbuf.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Ryusuke Konishi <ryusuke@osrg.net> | 16 | * Written by Ryusuke Konishi. |
17 | * | 17 | * |
18 | */ | 18 | */ |
19 | 19 | ||
diff --git a/fs/nilfs2/segbuf.h b/fs/nilfs2/segbuf.h index fa4ed03744bb..fc3a0fe3119c 100644 --- a/fs/nilfs2/segbuf.h +++ b/fs/nilfs2/segbuf.h | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Ryusuke Konishi <ryusuke@osrg.net> | 16 | * Written by Ryusuke Konishi. |
17 | * | 17 | * |
18 | */ | 18 | */ |
19 | #ifndef _NILFS_SEGBUF_H | 19 | #ifndef _NILFS_SEGBUF_H |
diff --git a/fs/nilfs2/segment.c b/fs/nilfs2/segment.c index cafb61c32b79..ddbfb09527cd 100644 --- a/fs/nilfs2/segment.c +++ b/fs/nilfs2/segment.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Ryusuke Konishi <ryusuke@osrg.net> | 16 | * Written by Ryusuke Konishi. |
17 | * | 17 | * |
18 | */ | 18 | */ |
19 | 19 | ||
diff --git a/fs/nilfs2/segment.h b/fs/nilfs2/segment.h index a118eabd3ed6..6cb12dbee7c1 100644 --- a/fs/nilfs2/segment.h +++ b/fs/nilfs2/segment.h | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Ryusuke Konishi <ryusuke@osrg.net> | 16 | * Written by Ryusuke Konishi. |
17 | * | 17 | * |
18 | */ | 18 | */ |
19 | #ifndef _NILFS_SEGMENT_H | 19 | #ifndef _NILFS_SEGMENT_H |
diff --git a/fs/nilfs2/sufile.c b/fs/nilfs2/sufile.c index 1d602482b51e..df439da883bc 100644 --- a/fs/nilfs2/sufile.c +++ b/fs/nilfs2/sufile.c | |||
@@ -13,8 +13,8 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Koji Sato <koji@osrg.net>. | 16 | * Written by Koji Sato. |
17 | * Revised by Ryusuke Konishi <ryusuke@osrg.net>. | 17 | * Revised by Ryusuke Konishi. |
18 | */ | 18 | */ |
19 | 19 | ||
20 | #include <linux/kernel.h> | 20 | #include <linux/kernel.h> |
diff --git a/fs/nilfs2/sufile.h b/fs/nilfs2/sufile.h index c4cf47e14b70..46e89872294c 100644 --- a/fs/nilfs2/sufile.h +++ b/fs/nilfs2/sufile.h | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Koji Sato <koji@osrg.net>. | 16 | * Written by Koji Sato. |
17 | */ | 17 | */ |
18 | 18 | ||
19 | #ifndef _NILFS_SUFILE_H | 19 | #ifndef _NILFS_SUFILE_H |
diff --git a/fs/nilfs2/super.c b/fs/nilfs2/super.c index d304faa66f49..2ed3e4008e72 100644 --- a/fs/nilfs2/super.c +++ b/fs/nilfs2/super.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Ryusuke Konishi <ryusuke@osrg.net> | 16 | * Written by Ryusuke Konishi. |
17 | */ | 17 | */ |
18 | /* | 18 | /* |
19 | * linux/fs/ext2/super.c | 19 | * linux/fs/ext2/super.c |
diff --git a/fs/nilfs2/the_nilfs.c b/fs/nilfs2/the_nilfs.c index 8e270128ae86..ba4b8189c342 100644 --- a/fs/nilfs2/the_nilfs.c +++ b/fs/nilfs2/the_nilfs.c | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Ryusuke Konishi <ryusuke@osrg.net> | 16 | * Written by Ryusuke Konishi. |
17 | * | 17 | * |
18 | */ | 18 | */ |
19 | 19 | ||
diff --git a/fs/nilfs2/the_nilfs.h b/fs/nilfs2/the_nilfs.h index 426e4acc772b..6a262933fed9 100644 --- a/fs/nilfs2/the_nilfs.h +++ b/fs/nilfs2/the_nilfs.h | |||
@@ -13,7 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU General Public License for more details. | 14 | * GNU General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Ryusuke Konishi <ryusuke@osrg.net> | 16 | * Written by Ryusuke Konishi. |
17 | * | 17 | * |
18 | */ | 18 | */ |
19 | 19 | ||
diff --git a/include/linux/nilfs2_fs.h b/include/linux/nilfs2_fs.h index 0d7f8141382a..823d63d61081 100644 --- a/include/linux/nilfs2_fs.h +++ b/include/linux/nilfs2_fs.h | |||
@@ -13,8 +13,7 @@ | |||
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
14 | * GNU Lesser General Public License for more details. | 14 | * GNU Lesser General Public License for more details. |
15 | * | 15 | * |
16 | * Written by Koji Sato <koji@osrg.net> | 16 | * Written by Koji Sato and Ryusuke Konishi. |
17 | * Ryusuke Konishi <ryusuke@osrg.net> | ||
18 | */ | 17 | */ |
19 | /* | 18 | /* |
20 | * linux/include/linux/ext2_fs.h | 19 | * linux/include/linux/ext2_fs.h |