engines/null: add FIO_ASYNCIO_SETS_ISSUE_TIME flag
authorVincent Fu <vincent.fu@samsung.com>
Fri, 5 Aug 2022 20:31:11 +0000 (13:31 -0700)
committerVincent Fu <vincentfu@gmail.com>
Sun, 7 Aug 2022 16:26:09 +0000 (12:26 -0400)
commitd54ae2234253f8c0b1bf6fec19f974861a692825
tree8ddd2e6c2caa96fd56544c2ce021bcf28e4cbd59
parent60ebb9394d7828f2ac42b821e823ba5a83d9f7df
engines/null: add FIO_ASYNCIO_SETS_ISSUE_TIME flag

Add a flag to prevent td_io_queue from setting issue_time since this
ioengine already does it in its commit function when iodepth > 1.

We also need to make sure the changes to the ioengine flags are
propogated to td->flags.

Fixes: 56b6bc25 ("engines/null: fill issue_time during commit")
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
engines/null.c