staging/lustre/crypto: add crc32c module loading to libcfs
This patch add automatically module loading for crc32c when libcfs is starting. Intel-bug-id: https://jira.hpdd.intel.com/browse/LU-2212 Lustre-change: http://review.whamcloud.com/4372 Signed-off-by: Alexander Boyko <alexander_boyko@xyratex.com> Reviewed-by: Andreas Dilger <andreas.dilger@intel.com> Reviewed-by: Shuichi Ihara <sihara@ddn.com> Reviewed-by: James Simmons <uja.ornl@gmail.com> Signed-off-by: Peng Tao <tao.peng@emc.com> Signed-off-by: Andreas Dilger <andreas.dilger@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
5be8e07026
commit
7045b388be
@ -274,6 +274,8 @@ static int adler32;
|
||||
|
||||
int cfs_crypto_register(void)
|
||||
{
|
||||
request_module("crc32c");
|
||||
|
||||
adler32 = cfs_crypto_adler32_register();
|
||||
|
||||
/* check all algorithms and do performance test */
|
||||
|
Loading…
Reference in New Issue
Block a user