From: Peng Tao Date: Thu, 6 Jun 2013 14:59:13 +0000 (+0800) Subject: staging/lustre/libcfs: cleanup linux-crypto X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~76^2~260 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c782da4f09d7665eb60b70dd83280b6a819857f;p=pandora-kernel.git staging/lustre/libcfs: cleanup linux-crypto We don't need to implement crc32 and crc32pclmul on our own. The crc32-pclmul support was merged into the 3.8 kernel in commit 78c37d1, no need to keep a local copy in Lustre anymore. The crc32 implementation is identical to crypto-crc32. So drop Lustre's private implementation and select kernel crypto in Kconfig. Reported-by: Stephen Rothwell Signed-off-by: Peng Tao Signed-off-by: Andreas Dilger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed