filesetup: clear O_RDWR flag for verify_only write workloads
authorVincent Fu <vincent.fu@samsung.com>
Fri, 19 Jan 2024 17:30:57 +0000 (17:30 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Mon, 22 Jan 2024 16:51:05 +0000 (11:51 -0500)
commit8b3190c3ea38af87778a68c576947f8797215d33
treeaffc2329caae42c73c9a0f96f8179ca4bf4488d0
parentaa84b5ba581add84ce6e73b20ca0fbd04f6058c8
filesetup: clear O_RDWR flag for verify_only write workloads

If verify_only is set we don't need to open the file with the O_RDWR
flagi for write workloads. So we should clear this flag. This will help
when the file is on a read-only file system.

Fixes: https://github.com/axboe/fio/issues/1681
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
filesetup.c