commit | 4b22f0ddb6564210c9ded7ba25b2a1007733e784 | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 03 14:57:30 2008 +0800 |
committer | Herbert Xu <herbert@gondor.apana.org.au> | Thu Jul 10 20:35:16 2008 +0800 |
tree | c5e98f3eb875ca30ffcee65ff4ac6968a8b54db9 | |
parent | 81bef0150074d677d8cbd4e971a8ce6c9746a1fc [diff] |
crypto: tcrpyt - Remove unnecessary kmap/kunmap calls Noticed by Neil Horman: we are doing unnecessary kmap/kunmap calls on kmalloced memory. This patch removes them. For the purposes of testing SG construction, the underlying crypto code already does plenty of kmap/kunmap calls anyway. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>