diff options
author | Jens Axboe <axboe@kernel.dk> | 2006-09-04 09:41:16 -0400 |
---|---|---|
committer | Jens Axboe <axboe@nelson.home.kernel.dk> | 2006-09-30 14:52:34 -0400 |
commit | 0fe23479577124bd2687e6783e39fa0fa4c28005 (patch) | |
tree | 954ae8c079fd10cd52bf212ca5cd2530ec5c2315 | |
parent | 50be345560f1ffdcb15cc0e146416b80529a2ef2 (diff) |
[PATCH] Update axboe@suse.de email address
As people often look for the copyright in files to see who to mail,
update the link to a neutral one.
Signed-off-by: Jens Axboe <axboe@kernel.dk>
-rw-r--r-- | MAINTAINERS | 8 | ||||
-rw-r--r-- | block/as-iosched.c | 2 | ||||
-rw-r--r-- | block/blktrace.c | 2 | ||||
-rw-r--r-- | block/cfq-iosched.c | 2 | ||||
-rw-r--r-- | block/deadline-iosched.c | 2 | ||||
-rw-r--r-- | block/elevator.c | 2 | ||||
-rw-r--r-- | fs/bio.c | 2 | ||||
-rw-r--r-- | fs/ioprio.c | 2 | ||||
-rw-r--r-- | fs/splice.c | 2 |
9 files changed, 12 insertions, 12 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 28e1c7b9244a..f0cd5a3f6de6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -501,7 +501,7 @@ S: Maintained | |||
501 | 501 | ||
502 | BLOCK LAYER | 502 | BLOCK LAYER |
503 | P: Jens Axboe | 503 | P: Jens Axboe |
504 | M: axboe@suse.de | 504 | M: axboe@kernel.dk |
505 | L: linux-kernel@vger.kernel.org | 505 | L: linux-kernel@vger.kernel.org |
506 | T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git | 506 | T: git kernel.org:/pub/scm/linux/kernel/git/axboe/linux-2.6-block.git |
507 | S: Maintained | 507 | S: Maintained |
@@ -1380,7 +1380,7 @@ S: Maintained | |||
1380 | 1380 | ||
1381 | IDE/ATAPI CDROM DRIVER | 1381 | IDE/ATAPI CDROM DRIVER |
1382 | P: Jens Axboe | 1382 | P: Jens Axboe |
1383 | M: axboe@suse.de | 1383 | M: axboe@kernel.dk |
1384 | L: linux-kernel@vger.kernel.org | 1384 | L: linux-kernel@vger.kernel.org |
1385 | W: http://www.kernel.dk | 1385 | W: http://www.kernel.dk |
1386 | S: Maintained | 1386 | S: Maintained |
@@ -2531,7 +2531,7 @@ S: Maintained | |||
2531 | 2531 | ||
2532 | SCSI CDROM DRIVER | 2532 | SCSI CDROM DRIVER |
2533 | P: Jens Axboe | 2533 | P: Jens Axboe |
2534 | M: axboe@suse.de | 2534 | M: axboe@kernel.dk |
2535 | L: linux-scsi@vger.kernel.org | 2535 | L: linux-scsi@vger.kernel.org |
2536 | W: http://www.kernel.dk | 2536 | W: http://www.kernel.dk |
2537 | S: Maintained | 2537 | S: Maintained |
@@ -2976,7 +2976,7 @@ S: Maintained | |||
2976 | 2976 | ||
2977 | UNIFORM CDROM DRIVER | 2977 | UNIFORM CDROM DRIVER |
2978 | P: Jens Axboe | 2978 | P: Jens Axboe |
2979 | M: axboe@suse.de | 2979 | M: axboe@kernel.dk |
2980 | L: linux-kernel@vger.kernel.org | 2980 | L: linux-kernel@vger.kernel.org |
2981 | W: http://www.kernel.dk | 2981 | W: http://www.kernel.dk |
2982 | S: Maintained | 2982 | S: Maintained |
diff --git a/block/as-iosched.c b/block/as-iosched.c index bc13dc0b29be..165509e8659e 100644 --- a/block/as-iosched.c +++ b/block/as-iosched.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Anticipatory & deadline i/o scheduler. | 2 | * Anticipatory & deadline i/o scheduler. |
3 | * | 3 | * |
4 | * Copyright (C) 2002 Jens Axboe <axboe@suse.de> | 4 | * Copyright (C) 2002 Jens Axboe <axboe@kernel.dk> |
5 | * Nick Piggin <nickpiggin@yahoo.com.au> | 5 | * Nick Piggin <nickpiggin@yahoo.com.au> |
6 | * | 6 | * |
7 | */ | 7 | */ |
diff --git a/block/blktrace.c b/block/blktrace.c index a45e61885037..135593c8e45b 100644 --- a/block/blktrace.c +++ b/block/blktrace.c | |||
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2006 Jens Axboe <axboe@suse.de> | 2 | * Copyright (C) 2006 Jens Axboe <axboe@kernel.dk> |
3 | * | 3 | * |
4 | * This program is free software; you can redistribute it and/or modify | 4 | * This program is free software; you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License version 2 as | 5 | * it under the terms of the GNU General Public License version 2 as |
diff --git a/block/cfq-iosched.c b/block/cfq-iosched.c index 6dbee46240c5..99116e2a310a 100644 --- a/block/cfq-iosched.c +++ b/block/cfq-iosched.c | |||
@@ -4,7 +4,7 @@ | |||
4 | * Based on ideas from a previously unfinished io | 4 | * Based on ideas from a previously unfinished io |
5 | * scheduler (round robin per-process disk scheduling) and Andrea Arcangeli. | 5 | * scheduler (round robin per-process disk scheduling) and Andrea Arcangeli. |
6 | * | 6 | * |
7 | * Copyright (C) 2003 Jens Axboe <axboe@suse.de> | 7 | * Copyright (C) 2003 Jens Axboe <axboe@kernel.dk> |
8 | */ | 8 | */ |
9 | #include <linux/module.h> | 9 | #include <linux/module.h> |
10 | #include <linux/blkdev.h> | 10 | #include <linux/blkdev.h> |
diff --git a/block/deadline-iosched.c b/block/deadline-iosched.c index 3b3b4414170e..b7c5b34cb7b4 100644 --- a/block/deadline-iosched.c +++ b/block/deadline-iosched.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * Deadline i/o scheduler. | 2 | * Deadline i/o scheduler. |
3 | * | 3 | * |
4 | * Copyright (C) 2002 Jens Axboe <axboe@suse.de> | 4 | * Copyright (C) 2002 Jens Axboe <axboe@kernel.dk> |
5 | */ | 5 | */ |
6 | #include <linux/kernel.h> | 6 | #include <linux/kernel.h> |
7 | #include <linux/fs.h> | 7 | #include <linux/fs.h> |
diff --git a/block/elevator.c b/block/elevator.c index e643291793a4..487dd3da8853 100644 --- a/block/elevator.c +++ b/block/elevator.c | |||
@@ -3,7 +3,7 @@ | |||
3 | * | 3 | * |
4 | * Copyright (C) 2000 Andrea Arcangeli <andrea@suse.de> SuSE | 4 | * Copyright (C) 2000 Andrea Arcangeli <andrea@suse.de> SuSE |
5 | * | 5 | * |
6 | * 30042000 Jens Axboe <axboe@suse.de> : | 6 | * 30042000 Jens Axboe <axboe@kernel.dk> : |
7 | * | 7 | * |
8 | * Split the elevator a bit so that it is possible to choose a different | 8 | * Split the elevator a bit so that it is possible to choose a different |
9 | * one or even write a new "plug in". There are three pieces: | 9 | * one or even write a new "plug in". There are three pieces: |
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | * Copyright (C) 2001 Jens Axboe <axboe@suse.de> | 2 | * Copyright (C) 2001 Jens Axboe <axboe@kernel.dk> |
3 | * | 3 | * |
4 | * This program is free software; you can redistribute it and/or modify | 4 | * This program is free software; you can redistribute it and/or modify |
5 | * it under the terms of the GNU General Public License version 2 as | 5 | * it under the terms of the GNU General Public License version 2 as |
diff --git a/fs/ioprio.c b/fs/ioprio.c index 03dc4f269b76..6dc6721d9e82 100644 --- a/fs/ioprio.c +++ b/fs/ioprio.c | |||
@@ -1,7 +1,7 @@ | |||
1 | /* | 1 | /* |
2 | * fs/ioprio.c | 2 | * fs/ioprio.c |
3 | * | 3 | * |
4 | * Copyright (C) 2004 Jens Axboe <axboe@suse.de> | 4 | * Copyright (C) 2004 Jens Axboe <axboe@kernel.dk> |
5 | * | 5 | * |
6 | * Helper functions for setting/querying io priorities of processes. The | 6 | * Helper functions for setting/querying io priorities of processes. The |
7 | * system calls closely mimmick getpriority/setpriority, see the man page for | 7 | * system calls closely mimmick getpriority/setpriority, see the man page for |
diff --git a/fs/splice.c b/fs/splice.c index 684bca3d3a10..13e92dd19fbb 100644 --- a/fs/splice.c +++ b/fs/splice.c | |||
@@ -12,7 +12,7 @@ | |||
12 | * Jens to support splicing to files, network, direct splicing, etc and | 12 | * Jens to support splicing to files, network, direct splicing, etc and |
13 | * fixing lots of bugs. | 13 | * fixing lots of bugs. |
14 | * | 14 | * |
15 | * Copyright (C) 2005-2006 Jens Axboe <axboe@suse.de> | 15 | * Copyright (C) 2005-2006 Jens Axboe <axboe@kernel.dk> |
16 | * Copyright (C) 2005-2006 Linus Torvalds <torvalds@osdl.org> | 16 | * Copyright (C) 2005-2006 Linus Torvalds <torvalds@osdl.org> |
17 | * Copyright (C) 2006 Ingo Molnar <mingo@elte.hu> | 17 | * Copyright (C) 2006 Ingo Molnar <mingo@elte.hu> |
18 | * | 18 | * |