From: Herbert Xu Date: Sat, 31 Mar 2007 02:14:37 +0000 (+1000) Subject: [PATCH] crypto api: Use the right value when advancing scatterwalk_copychunks X-Git-Tag: v2.6.21-rc6~41 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=beff804d8dd360ccb4dd0096c9fd77a93fe9049e;p=pandora-kernel.git [PATCH] 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed