Merge branch 'msg-Modify_QD_Sync_Warning_For_offload' of https://github.com/horshack...
authorVincent Fu <vincent.fu@samsung.com>
Fri, 10 Feb 2023 16:49:46 +0000 (11:49 -0500)
committerVincent Fu <vincent.fu@samsung.com>
Fri, 10 Feb 2023 16:49:46 +0000 (11:49 -0500)
* 'msg-Modify_QD_Sync_Warning_For_offload' of https://github.com/horshack-dpreview/fio:
  Suppress sync engine QD > 1 warning if io_submit_mode is offload

rate-submit.c

index 2fe768c0bea84e785000c782df1b586db57cf42a..3cc17eaa560304b48fc2ec07f163b31fb204b9db 100644 (file)
@@ -154,6 +154,7 @@ static int io_workqueue_init_worker_fn(struct submit_worker *sw)
        dup_files(td, parent);
        td->eo = parent->eo;
        fio_options_mem_dupe(td);
+       td->iolog_f = parent->iolog_f;
 
        if (ioengine_load(td))
                goto err;