1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-26 02:15:46 -05:00

crypto: mcryptd - mcryptd_flist can be static

CC: Tim Chen <tim.c.chen@linux.intel.com>
CC: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
This commit is contained in:
Fengguang Wu 2014-08-26 14:40:39 +08:00 committed by Herbert Xu
parent 84693d87a6
commit 1f6e97f68b

View file

@ -38,7 +38,7 @@ struct mcryptd_flush_list {
struct mutex lock;
};
struct mcryptd_flush_list __percpu *mcryptd_flist;
static struct mcryptd_flush_list __percpu *mcryptd_flist;
struct hashd_instance_ctx {
struct crypto_shash_spawn spawn;