Whamcloud - gitweb
LU-1025 checksum: add final bit inversion for crc32c
authorAlexander.Boyko <alexander_boyko@xyratex.com>
Fri, 3 Feb 2012 07:20:01 +0000 (11:20 +0400)
committerOleg Drokin <green@whamcloud.com>
Wed, 8 Feb 2012 16:30:05 +0000 (11:30 -0500)
commit864516e29129cb209435b4cc3ba513a9f453d383
tree156597a1f123b3644633f44ce2af2a7607e66534
parent6745b822d7127e599c8f3ccf0c43983c75ac01a0
LU-1025 checksum: add final bit inversion for crc32c

The linux kernel implementations of crc32c perform final bit
inversion after loop calculation of checksum.

Signed-off-by: Alexander Boyko <alexander_boyko@xyratex.com>
Change-Id: I5fa6af60c51f6f86f394f3cc71aa2672be614f7b
Reviewed-on: http://review.whamcloud.com/2018
Tested-by: Hudson
Reviewed-by: Shuichi Ihara <sihara@ddn.com>
Reviewed-by: Andreas Dilger <adilger@whamcloud.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
lustre/include/obd_cksum.h
lustre/osc/osc_request.c
lustre/ost/ost_handler.c