Fix offset_increment option and add man page entry for it
authorJens Axboe <axboe@kernel.dk>
Thu, 15 Mar 2012 13:50:58 +0000 (14:50 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 15 Mar 2012 13:50:58 +0000 (14:50 +0100)
commit591e9e0653dd8f5d8464b2896434a01ab742a3b1
tree53376af403dfe3e0dfba2b29c189702fbf58a548
parenta05d62b28f18e37256f2698106169b1177708cc1
Fix offset_increment option and add man page entry for it

td->thread_number starts at 1, not 0. So we need to subtract
one before multiplying with the offset.

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