commit | beff804d8dd360ccb4dd0096c9fd77a93fe9049e | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sat Mar 31 12:14:37 2007 +1000 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Mar 30 19:26:33 2007 -0700 |
tree | cbc72c484fc07ee86b26be196518dd8ca37ac4ff | |
parent | c35e584c087381aaa5f1ed40a28b978535c18fb2 [diff] |
[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 <herbert@gondor.apana.org.au> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>