We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b273a6 commit 3a30c53Copy full SHA for 3a30c53
benchmarks/fio_usrbio/hf3fs_usrbio.cpp
@@ -266,7 +266,7 @@ void get_ioengine(struct ioengine_ops **ioengine_ptr) {
266
267
ioengine.name = "hf3fs_usrbio",
268
ioengine.version = FIO_IOOPS_VERSION;
269
- ioengine.flags = FIO_SYNCIO | FIO_NODISKUTIL;
+ ioengine.flags = FIO_NODISKUTIL;
270
ioengine.init = hf3fs_usrbio_init;
271
ioengine.queue = hf3fs_usrbio_queue;
272
ioengine.commit = hf3fs_usrbio_commit;
0 commit comments