commit | fd1583f077bb4f77a462ca1ac7274f443f9372ce | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@fb.com> | Wed Dec 03 19:55:33 2014 -0700 |
committer | Mohamad Ayyash <mkayyash@google.com> | Fri Mar 06 17:58:05 2015 -0800 |
tree | e882d315d6b190a76f500fc7e034506b821f1bfa | |
parent | d18c04151dc0ab322067e604596cbd6d66845c27 [diff] |
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>