Speedup verify random fills by 10-15x
authorJens Axboe <jaxboe@fusionio.com>
Mon, 21 Jun 2010 18:39:38 +0000 (20:39 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Mon, 21 Jun 2010 18:39:38 +0000 (20:39 +0200)
commit637ef8d9f7645135cf4829894d1e3983cd7a042e
treec4bab2c9a48f2ec27ecab8ec9d298c15255ad914
parent0539d7581388289367f77f2b800d0581ee34fb4c
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 <jaxboe@fusionio.com>
io_u.c
lib/rand.c
lib/rand.h
verify.c