aboutsummaryrefslogtreecommitdiffstats
path: root/crypto
diff options
context:
space:
mode:
Diffstat (limited to 'crypto')
-rw-r--r--crypto/af_alg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/af_alg.c b/crypto/af_alg.c
index bd9e53c78026..940d70cb5c25 100644
--- a/crypto/af_alg.c
+++ b/crypto/af_alg.c
@@ -27,7 +27,7 @@ struct alg_type_list {
27 struct list_head list; 27 struct list_head list;
28}; 28};
29 29
30static atomic_t alg_memory_allocated; 30static atomic_long_t alg_memory_allocated;
31 31
32static struct proto alg_proto = { 32static struct proto alg_proto = {
33 .name = "ALG", 33 .name = "ALG",