steadystate: make flags conform to usual fio standard
authorJens Axboe <axboe@kernel.dk>
Thu, 30 Nov 2017 23:43:18 +0000 (16:43 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 30 Nov 2017 23:43:18 +0000 (16:43 -0700)
commitc8caba48e826fbc5f4e6ea62f67dceec6269b307
tree6ef42e52b6b61303a07af60f9138e2d500b0405b
parent785a0e210147557902a8cbef9698d7de20aa816a
steadystate: make flags conform to usual fio standard

__VAL are usually bit shift values, with VAL being the proper
mask. For some reason, the steadystate code uses both as
masks, fix that up.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
client.c
options.c
server.c
stat.c
steadystate.c
steadystate.h