fio: fix last block never being touched by random offsets
authorPeter Oberparleiter <oberpar@linux.vnet.ibm.com>
Fri, 28 Feb 2014 17:09:13 +0000 (09:09 -0800)
committerJens Axboe <axboe@fb.com>
Fri, 28 Feb 2014 17:09:13 +0000 (09:09 -0800)
commit80e88a1d4a84cb243a84a950363c0bce8f73d300
tree2545cc9c550c0a260dcc5caba891af28067fe41d
parent30cb4c650a0a4c7ca79d4336ddb1fe3f988a4b2a
fio: fix last block never being touched by random offsets

Fix the available range for random offsets which never touched the last block.

Signed-off-by: Christian Ehrhardt <ehrhardt@linux.vnet.ibm.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
io_u.c