init: fix broken verify_interval
authorDamian Yurzola <damian.yurzola@purestorage.com>
Fri, 9 Feb 2018 01:29:38 +0000 (17:29 -0800)
committerDamian Yurzola <damian.yurzola@purestorage.com>
Sat, 10 Feb 2018 21:34:19 +0000 (13:34 -0800)
commitc82acb8d72cc6b027d404aab9774fec72a6334e1
treee31ce9bf7faee17d0cf4a5c9cafbabc50c18430e
parent0cf542af81751d7b318afe4429001c1aab6baee5
init: fix broken verify_interval

The operands seems to have been inverted which in turn
created the situation whereby the interval was always
changed to match the min_bs

Fixes: https://github.com/axboe/fio/issues/522
Signed-off-by: Damian Yurzola <damian@yurzola.net>
init.c