From: Herbert Xu Date: Thu, 3 Jul 2008 06:57:30 +0000 (+0800) Subject: crypto: tcrpyt - Remove unnecessary kmap/kunmap calls X-Git-Tag: v2.6.27-rc1~1107^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b22f0ddb6564210c9ded7ba25b2a1007733e784;p=pandora-kernel.git 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 --- Reading git-diff-tree failed