Skip to content

Commit 3a30c53

Browse files
authored
Remove FIO_SYNCIO flag (#138)
1 parent 3b273a6 commit 3a30c53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/fio_usrbio/hf3fs_usrbio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ void get_ioengine(struct ioengine_ops **ioengine_ptr) {
266266

267267
ioengine.name = "hf3fs_usrbio",
268268
ioengine.version = FIO_IOOPS_VERSION;
269-
ioengine.flags = FIO_SYNCIO | FIO_NODISKUTIL;
269+
ioengine.flags = FIO_NODISKUTIL;
270270
ioengine.init = hf3fs_usrbio_init;
271271
ioengine.queue = hf3fs_usrbio_queue;
272272
ioengine.commit = hf3fs_usrbio_commit;

0 commit comments

Comments
 (0)