From bb0675581dc0a2e8133a6cbfa609b976b97d54ba Mon Sep 17 00:00:00 2001 From: David Nellans Date: Thu, 23 Sep 2010 08:46:16 +0200 Subject: [PATCH] Fix io_u depth array size Signed-off-by: Jens Axboe --- fio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1