From: David Nellans Date: Thu, 23 Sep 2010 06:46:16 +0000 (+0200) Subject: Fix io_u depth array size X-Git-Tag: fio-1.44-rc1~3 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=bb0675581dc0a2e8133a6cbfa609b976b97d54ba Fix io_u depth array size Signed-off-by: Jens Axboe --- diff --git a/fio.h b/fio.h index 28104cd8..c2a0d4d2 100644 --- a/fio.h +++ b/fio.h @@ -71,7 +71,7 @@ enum { /* * How many depth levels to log */ -#define FIO_IO_U_MAP_NR 8 +#define FIO_IO_U_MAP_NR 7 #define FIO_IO_U_LAT_U_NR 10 #define FIO_IO_U_LAT_M_NR 12