parse: fix min/max val checking for FIO_OPT_INT
authorJens Axboe <axboe@kernel.dk>
Wed, 26 Sep 2018 01:24:36 +0000 (19:24 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 26 Sep 2018 01:24:36 +0000 (19:24 -0600)
We compare an unsigned long long to an int max/min value, this
is going to break for negative numbers, for instance.

Fixes a case where flow=-1 doesn't work properly because of that.

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found