From: Arne Redlich Date: Sun, 17 Dec 2006 18:10:24 +0000 (-0600) Subject: [SCSI] iscsi: fix 2.6.19 data digest calculation bug X-Git-Tag: v2.6.20-rc6~54^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c959e1c2a475e0ad0d24eff200de9b6dcb3710c6;p=pandora-kernel.git [SCSI] iscsi: fix 2.6.19 data digest calculation bug The transition from crypto_digest_*() to the crypto_hash_*() family introduced a bug into the data digest calculation: crypto_hash_update() is called with the number of S/G elements instead of the S/G lists data size. Signed-off-by: Arne Redlich Signed-off-by: Mike Christie Signed-off-by: James Bottomley --- Reading git-diff-tree failed