Fix issue with random offset being off if io_size != real_file_size
authorRadha Ramachandran <radha@google.com>
Wed, 22 Apr 2009 06:17:42 +0000 (08:17 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 22 Apr 2009 06:17:42 +0000 (08:17 +0200)
get_next_free_block() would generate offset that were larger than the
requested size, either causing failures or just causing the test
to exit prematurely.

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

No differences found