From 13fbfd8d34579ea448db820eb80d12587e094c55 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 16 Apr 2007 09:48:53 +0200 Subject: [PATCH] Fio 1.15.2 Fixes: - Segfault on stonewall option issues - Disk utilization on raw devices on Linux - Parsing fixes (blank at front/end, comments) - --showcmd option, turning a job file into a command line - Update to work with newest GUASI - File creation problem. - disk-less IO engine init clean Signed-off-by: Jens Axboe --- init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.c b/init.c index bc33f4fe..09bbce4c 100644 --- a/init.c +++ b/init.c @@ -17,7 +17,7 @@ #include "fio.h" #include "parse.h" -static char fio_version_string[] = "fio 1.15.1"; +static char fio_version_string[] = "fio 1.15.2"; #define FIO_RANDSEED (0xb1899bedUL) -- 2.25.1