Catch the case where size= is less than the minimum block size
authorJens Axboe <axboe@kernel.dk>
Thu, 25 Apr 2013 16:11:41 +0000 (10:11 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 25 Apr 2013 16:11:41 +0000 (10:11 -0600)
commit8d916c942bb088204ab5c0438c297903c9160698
treec45409d6aaed0bb3ab50c9b090fe311671226109
parentae3fcb5afb2479f142912e64cad3c271541af5fe
Catch the case where size= is less than the minimum block size

Fio will currently just attempt to start and immediately exit,
with no clue as to what went wrong. The behaviour is correct
in the sense that there's nothing to output, but it can be a
little confusing.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.h
init.c