Commit 527b9525 authored by David S. Miller's avatar David S. Miller

n2_crypto: Fix MAU kmem_cache name.

Both the CWQ and MAU caches unintentionally had that same name.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent ff6c7341
...@@ -1449,7 +1449,7 @@ static int queue_cache_init(void) ...@@ -1449,7 +1449,7 @@ static int queue_cache_init(void)
{ {
if (!queue_cache[HV_NCS_QTYPE_MAU - 1]) if (!queue_cache[HV_NCS_QTYPE_MAU - 1])
queue_cache[HV_NCS_QTYPE_MAU - 1] = queue_cache[HV_NCS_QTYPE_MAU - 1] =
kmem_cache_create("cwq_queue", kmem_cache_create("mau_queue",
(MAU_NUM_ENTRIES * (MAU_NUM_ENTRIES *
MAU_ENTRY_SIZE), MAU_ENTRY_SIZE),
MAU_ENTRY_SIZE, 0, NULL); MAU_ENTRY_SIZE, 0, NULL);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment