The following changes since commit 3098b11a5f6a75153babb63a487b80fa4c2103a1: Fio 1.39 (2010-06-03 10:29:03 +0200) are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (1): Update email addresses YAMAMOTO Takashi (1): include libgen.h for basename filesetup.c | 1 + fio.1 | 3 ++- fio_generate_plots.1 | 3 ++- init.c | 3 ++- 4 files changed, 7 insertions(+), 3 deletions(-) --- Diff of recent changes: diff --git a/filesetup.c b/filesetup.c index ec5d781..9cc4872 100644 --- a/filesetup.c +++ b/filesetup.c @@ -3,6 +3,7 @@ #include <string.h> #include <assert.h> #include <dirent.h> +#include <libgen.h> #include <sys/stat.h> #include <sys/mman.h> #include <sys/types.h> diff --git a/fio.1 b/fio.1 index 305c184..ac729df 100644 --- a/fio.1 +++ b/fio.1 @@ -983,7 +983,8 @@ IO latency distribution (ms): .RE .SH AUTHORS .B fio -was written by Jens Axboe <jens.axboe@xxxxxxxxxx>. +was written by Jens Axboe <jens.axboe@xxxxxxxxxx>, +now Jens Axboe <jaxboe@xxxxxxxxxxxx>. .br This man page was written by Aaron Carroll <aaronc@xxxxxxxxxxxxxxx> based on documentation by Jens Axboe. diff --git a/fio_generate_plots.1 b/fio_generate_plots.1 index 74b845d..9e3c1ff 100644 --- a/fio_generate_plots.1 +++ b/fio_generate_plots.1 @@ -38,7 +38,8 @@ 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@xxxxxxxxxx>. +fio_generate_plots was written by Jens Axboe <jens.axboe@xxxxxxxxxx>, +now Jens Axboe <jaxboe@xxxxxxxxxxxx>. .PP This manual page was written by Martin Steigerwald <ms@xxxxxxxxx>, for the Debian project (but may be used by others). diff --git a/init.c b/init.c index 323793d..966a065 100644 --- a/init.c +++ b/init.c @@ -972,7 +972,8 @@ static void usage(const char *name) printf("\t--section=name\tOnly run specified section in job file\n"); printf("\t--alloc-size=kb\tSet smalloc pool to this size in kb" " (def 1024)\n"); - printf("\nFio was written by Jens Axboe <jens.axboe@xxxxxxxxxx>\n"); + printf("\nFio was written by Jens Axboe <jens.axboe@xxxxxxxxxx>"); + printf("\n Jens Axboe <jaxboe@xxxxxxxxxxxx>\n"); } #ifdef FIO_INC_DEBUG -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html