Use crc32c for the verify_header checksum
authorJens Axboe <axboe@kernel.dk>
Wed, 22 Feb 2012 19:29:42 +0000 (20:29 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 22 Feb 2012 19:29:42 +0000 (20:29 +0100)
commita3e87103daa6b8eb274dce8409ebc87fe3a3595d
tree72a7a8b157672301462b2bdcc38a0e61a6cb6f12
parente3aaafc4e902a0f78b8ee4d4bc85f8edac6e09d2
Use crc32c for the verify_header checksum

It's the only hardware assisted crypto we have, and it's
widely available in any recent Intel CPU.

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