[PATCH] Reversed order of thinktime_blocks modulo operation
authorJens Axboe <jens.axboe@oracle.com>
Wed, 10 Jan 2007 10:33:14 +0000 (11:33 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 10 Jan 2007 10:33:14 +0000 (11:33 +0100)
commit25309a33aa949413e8c69fd879b5964758de8c38
treef043f51d841ac4b097590ad55c842f11ad5fac71
parent6da1fa7f0a8d7e588dc0ea40a5e175edded9a8ac
[PATCH] Reversed order of thinktime_blocks modulo operation

We wish to find the remainder of block count vs thinktime_blocks,
not the other way around. This makes thinktime_blocks work correctly.

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