From: Jens Axboe Date: Thu, 25 Apr 2013 05:07:17 +0000 (-0600) Subject: Fix filling verify pattern for byte sizes of 3, 5, 7, ... X-Git-Tag: fio-2.1~14 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=e078de4a1c4e27f1938db4656e4d7cb6f98a8e1c;hp=e078de4a1c4e27f1938db4656e4d7cb6f98a8e1c 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 ---