From: Ivan Andreyev Date: Sun, 22 Nov 2020 15:14:26 +0000 (+0300) Subject: ioengines: increment FIO_IOOPS_VERSION X-Git-Tag: fio-3.25~3^2 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=86e625d139d3ef247319207ebc928219971c186e;p=fio.git ioengines: increment FIO_IOOPS_VERSION Signed-off-by: Ivan Andreyev --- diff --git a/ioengines.h b/ioengines.h index fbe52fa4..a928b211 100644 --- a/ioengines.h +++ b/ioengines.h @@ -8,7 +8,7 @@ #include "io_u.h" #include "zbd_types.h" -#define FIO_IOOPS_VERSION 26 +#define FIO_IOOPS_VERSION 27 #ifndef CONFIG_DYNAMIC_ENGINES #define FIO_STATIC static