fio: remove compile time assertion
authorVincent Fu <vincent.fu@samsung.com>
Wed, 17 Apr 2024 17:45:05 +0000 (17:45 +0000)
committerVincent Fu <vincent.fu@samsung.com>
Thu, 18 Apr 2024 16:36:01 +0000 (12:36 -0400)
commit1c0964c8a3ff02b21947946313da07aa43a95000
tree251169aa4808f13f59347d25a5eab1f9c7331471
parentf8564c2a3c13543ae3fcb0802474ec69ea6a6787
fio: remove compile time assertion

TD_NR is the number of fio run states. It's not related to the number of
bits we need to shift ioengine flags in order to store them in
td->flags. Testing this assertion doesn't make sense.

Fixes: 9b87f09b ("fio: inherit IO engine flags to 'td'")
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
fio.c