Fix filling verify pattern for byte sizes of 3, 5, 7, ...
authorJens Axboe <axboe@kernel.dk>
Thu, 25 Apr 2013 05:07:17 +0000 (23:07 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 25 Apr 2013 05:07:17 +0000 (23:07 -0600)
commite078de4a1c4e27f1938db4656e4d7cb6f98a8e1c
treebcf3d7a04dca12e51bfecd857e2f99e67442c8ae
parenta88c8c14172004a1b6518ca181fe7f60c64c2c1a
Fix filling verify pattern for byte sizes of 3, 5, 7, ...

If we can't double up to the max pattern size, we leave unfilled
space. This causes verification failures. Fix this by properly
filling up to the max.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
options.c