The following changes since commit 9107a641e67f27003fa6cbe7b55b1ec6a0239197: error out if ENOSPC during file layout (2020-11-22 09:54:44 -0700) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to d04162b62c9d7d4f5e8ea70be9cb419abaced160: Merge branch 'update-fio-ioops-version' of https://github.com/diameter/fio (2020-11-25 11:01:00 -0700) ---------------------------------------------------------------- Ivan Andreyev (1): ioengines: increment FIO_IOOPS_VERSION Jens Axboe (1): Merge branch 'update-fio-ioops-version' of https://github.com/diameter/fio ioengines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: 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