aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnkit Kumar <ankit.kumar@samsung.com>2024-04-18 05:14:33 +0530
committerAnkit Kumar <ankit.kumar@samsung.com>2024-04-18 05:14:33 +0530
commit5bd8f7421dc42d74c600aeec522196b479211ece (patch)
tree21ef35d7f8aad50f5058db263ae06384590e8100
parent5b347a1d4e5fd81b6a1b515843b834c39fb3463d (diff)
downloadfio-5bd8f7421dc42d74c600aeec522196b479211ece.tar.gz
ioengines: bump up FIO_IOOPS_VERSION
This was left out when multi range trim support was added. Fixes: commit b3251e31 (trim: add support for multiple ranges) Signed-off-by: Ankit Kumar <ankit.kumar@samsung.com>
-rw-r--r--ioengines.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ioengines.h b/ioengines.h
index 2fd7f52ca..e43650f78 100644
--- a/ioengines.h
+++ b/ioengines.h
@@ -9,7 +9,7 @@
#include "zbd_types.h"
#include "fdp.h"
-#define FIO_IOOPS_VERSION 33
+#define FIO_IOOPS_VERSION 34
#ifndef CONFIG_DYNAMIC_ENGINES
#define FIO_STATIC static