From: Jens Axboe Date: Mon, 21 Jun 2010 18:39:38 +0000 (+0200) Subject: Speedup verify random fills by 10-15x X-Git-Tag: fio-1.41.3~1 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=637ef8d9f7645135cf4829894d1e3983cd7a042e;hp=637ef8d9f7645135cf4829894d1e3983cd7a042e;p=fio.git Speedup verify random fills by 10-15x Move the pseudo-random helper into lib/rand.c and use that from the verify populate as well. Signed-off-by: Jens Axboe ---