Prepare for splitting the verify_header from the checksum header
authorJens Axboe <jens.axboe@oracle.com>
Mon, 30 Jul 2007 10:08:14 +0000 (12:08 +0200)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 30 Jul 2007 10:08:14 +0000 (12:08 +0200)
commit8767783245faac99a7e1c330a1d6536e579c8402
treeaac609d448d71946ecebaa85f8e4790b41d2af17
parentcd14cc1079771ece34fce5b30d47c7b273ee56e5
Prepare for splitting the verify_header from the checksum header

Some of the checksums carry a lot of data. We unionize the checksum
header right now inside the verify header, causing a lot of wasted
space for the leaner variants.

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