[PATCH] Offset verification header by a user-specified distance
authorShawn Lewis <shawnlewis@google.com>
Sat, 28 Jul 2007 19:11:37 +0000 (21:11 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Sat, 28 Jul 2007 19:11:37 +0000 (21:11 +0200)
commit546a9142511875524850ac92776184fd9fb7196e
tree4f97aee2338e48aab46c6b1704e81791abcb257a
parent3f9f4e2631c4f5d33f125dd71db20c1773d22c91
[PATCH] Offset verification header by a user-specified distance

Offset verification header by user specified distance.

 - Implementation is somewhat simple and probably not ideal but it works. The
   header is just swapped with the bytes at offset after the chunk has been
   filled during populate. Everything is swapped back before verify.

 - Also fixes a bug where we were relying on a moving pointer for increment
   size in populate_verify_io_u (which was working until this patch).

 - Also cleans up a couple smalls things from the header_interval patch.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
HOWTO
fio.h
options.c
verify.c