Fix header_interval minimum value
authorJens Axboe <jens.axboe@oracle.com>
Sat, 28 Jul 2007 19:30:31 +0000 (21:30 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Sat, 28 Jul 2007 19:30:31 +0000 (21:30 +0200)
commit819a968068aae65bca68ddc7805c01669707b880
treee716e12eb215dadc75e178fbc97660e0b787e385
parentd9f2caf3de3f2ba6f8ecd8a2688e1eb7715bc2aa
Fix header_interval minimum value

It doesn't make sense to have a value of header size or less, since
then there's no room for actual data. Fio even crashes with a value
less than the header size.

Lets just make the minimum twice the header size, seems reasonable...

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
options.c