Skip to content
Commit 4b22f0dd authored by Herbert Xu's avatar Herbert Xu
Browse files

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: default avatarHerbert Xu <herbert@gondor.apana.org.au>
parent 81bef015
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment