commit | de8dd119d7d869dd9c90c6d62bf4bededd10642e | [log] [tgz] |
---|---|---|
author | Jens Axboe <jens.axboe@oracle.com> | Sat Mar 01 15:34:44 2008 +0100 |
committer | Jens Axboe <jens.axboe@oracle.com> | Sat Mar 01 15:34:44 2008 +0100 |
tree | 152203f226de0ec7c43b3c7dda2510e9b9de378a | |
parent | f63f7f3bbc49c72ee06f351bf3a7312df32f9e3c [diff] |
Only initialize random map if we are actually going to use it We alloc the randommap even for sequential workloads right now, if the 'norandommap' option isn't given. Fix that, check for td_random() before continuing. Signed-off-by: Jens Axboe <jens.axboe@oracle.com>