]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - crypto/af_alg.c
crypto: af_alg - fix af_alg memory_allocated data type
[karo-tx-linux.git] / crypto / af_alg.c
index bd9e53c780269d593cbf58f2fd589c4ddad5fa7b..940d70cb5c25513ae5ffccea5be9d986af8dfad1 100644 (file)
@@ -27,7 +27,7 @@ struct alg_type_list {
        struct list_head list;
 };
 
-static atomic_t alg_memory_allocated;
+static atomic_long_t alg_memory_allocated;
 
 static struct proto alg_proto = {
        .name                   = "ALG",