From: Herbert Xu Date: Sat, 31 Mar 2007 02:16:20 +0000 (+1000) Subject: [CRYPTO] api: Use the right value when advancing scatterwalk_copychunks X-Git-Tag: v2.6.21-rc6~40^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ee531a3e661207d4b2174486b0f86017a3adb82;p=pandora-kernel.git [CRYPTO] api: Use the right value when advancing scatterwalk_copychunks In the scatterwalk_copychunks loop, We should be advancing by len_this_page and not nbytes. The latter is the total length. Signed-off-by: Herbert Xu --- Reading git-diff-tree failed