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)
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>

No differences found