Use specified buffer_pattern (if given) for all io_u fills
authorJens Axboe <axboe@fb.com>
Thu, 4 Dec 2014 02:55:33 +0000 (19:55 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 4 Dec 2014 02:55:33 +0000 (19:55 -0700)
commitd1af28949be138e55dd061132318dfc240758b4c
tree60334f101aa825fff954de3d48a09d2a7151ce21
parent632ae3474921d14d458bf592354591edca0748fc
Use specified buffer_pattern (if given) for all io_u fills

For compression, we use a fixed '0' pattern. But if the user
specified a pattern to use in the job file, then we should
use that instead. It could slightly skew the compression ratio
for long patterns, but that is to be expected.

Signed-off-by: Jens Axboe <axboe@fb.com>
HOWTO
fio.1
io_u.c
lib/rand.c
lib/rand.h
verify.c