Remove old emails
authorJens Axboe <axboe@kernel.dk>
Fri, 8 Dec 2017 19:38:27 +0000 (12:38 -0700)
committerJens Axboe <axboe@kernel.dk>
Fri, 8 Dec 2017 19:38:27 +0000 (12:38 -0700)
Just use my private email, it's the one I prefer using anyway.
Remove the old fusionio/oracle emails, they just cause
confusion and people tend to just write to all of them at once
when reporting an issue.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.1
init.c
tools/fio_generate_plots.1

diff --git a/fio.1 b/fio.1
index 80abc14fcf9a95318c767c2d67a299c93d424348..57ab66564f7800eb2fa61caec06022f3354cbc36 100644 (file)
--- a/fio.1
+++ b/fio.1
@@ -3559,8 +3559,7 @@ containing two hostnames `h1' and `h2' with IP addresses 192.168.10.120 and
 .RE
 .SH AUTHORS
 .B fio
-was written by Jens Axboe <jens.axboe@oracle.com>,
-now Jens Axboe <axboe@fb.com>.
+was written by Jens Axboe <axboe@kernel.dk>.
 .br
 This man page was written by Aaron Carroll <aaronc@cse.unsw.edu.au> based
 on documentation by Jens Axboe.
diff --git a/init.c b/init.c
index c34bd1599661597b31b4701e9c8dfa00cb06e8fa..b77b299ef8e310ad91c5e42aecc0a71975dfdd9b 100644 (file)
--- a/init.c
+++ b/init.c
@@ -2142,9 +2142,7 @@ static void usage(const char *name)
        printf("  --trigger=cmd\t\tSet this command as local trigger\n");
        printf("  --trigger-remote=cmd\tSet this command as remote trigger\n");
        printf("  --aux-path=path\tUse this path for fio state generated files\n");
-       printf("\nFio was written by Jens Axboe <jens.axboe@oracle.com>");
-       printf("\n                   Jens Axboe <jaxboe@fusionio.com>");
-       printf("\n                   Jens Axboe <axboe@fb.com>\n");
+       printf("\nFio was written by Jens Axboe <axboe@kernel.dk>\n");
 }
 
 #ifdef FIO_INC_DEBUG
index 9e3c1ff9b493fbecfa95ddc210b9946be69451d7..92b24213be96ec6db493a12e1b09a62fe4dd60ea 100644 (file)
@@ -38,8 +38,7 @@ generated in the current directory.
 The script takes the title of the plot as only argument. It does
 not offer any additional options.
 .SH AUTHOR
-fio_generate_plots was written by Jens Axboe <jens.axboe@oracle.com>,
-now Jens Axboe <jaxboe@fusionio.com>.
+fio_generate_plots was written by Jens Axboe <axboe@kernel.dk>
 .PP
 This manual page was written by Martin Steigerwald <ms@teamix.de>,
 for the Debian project (but may be used by others).