]> git.openfabrics.org - ~emulex/infiniband.git/commit
staging/lustre/osc: get rid of old checksum initial value
authorBobi Jam <bobijam.xu@intel.com>
Mon, 23 Jun 2014 01:32:11 +0000 (21:32 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 27 Jun 2014 00:45:05 +0000 (20:45 -0400)
commita2ff0f973c11c7b42bf2497e5f66520e0f990332
tree4be107cf337abd3d1a571b056765e06bf02c7a85
parentcca8fca11ba89d03e95bb795418a0e4d5beb4284
staging/lustre/osc: get rid of old checksum initial value

Old code residue assumes initial checksum value as ~0, and relies on
that to check whether OST server has calculated bulk data checksum.
That is not the case anymore.

Signed-off-by: Bobi Jam <bobijam.xu@intel.com>
Reviewed-on: http://review.whamcloud.com/10354
Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-4937
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Signed-off-by: Oleg Drokin <oleg.drokin@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/lustre/lustre/osc/osc_request.c