From: Tim Chen Date: Wed, 1 May 2013 19:52:48 +0000 (-0700) Subject: crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework X-Git-Tag: v3.11-rc1~82^2~43 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d31e518a42828df7877bca23a958627d60408bc;p=pandora-kernel.git crypto: crct10dif - Wrap crc_t10dif function all to use crypto transform framework When CRC T10 DIF is calculated using the crypto transform framework, we wrap the crc_t10dif function call to utilize it. This allows us to take advantage of any accelerated CRC T10 DIF transform that is plugged into the crypto framework. Signed-off-by: Tim Chen Signed-off-by: Herbert Xu --- Reading git-diff-tree failed