fio: ioengine flag cleanup
authorVincent Fu <vincent.fu@samsung.com>
Wed, 17 Apr 2024 17:51:30 +0000 (17:51 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 18 Apr 2024 16:36:01 +0000 (12:36 -0400)
commit420415dd1180c14ec0f55f65a05e57ea1fd85f9f
tree2a191a35649158f9ebe868709d49d19a116dd0da
parent1c0964c8a3ff02b21947946313da07aa43a95000
fio: ioengine flag cleanup

Convert how we define ioengine flags to use the same construction used
for thread flags. This allows us to count the number of ioengine flags
and write an assertion to ensure that thread flags and ioengine flags
fit inside td->flags.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
ioengines.h
libfio.c