Commit 527b9525256f97ad8d092bbfc8fdc3c5409f4a4d

Authored by David S. Miller
1 parent ff6c7341e0

n2_crypto: Fix MAU kmem_cache name.

Both the CWQ and MAU caches unintentionally had that same name.

Signed-off-by: David S. Miller <davem@davemloft.net>

Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff

drivers/crypto/n2_core.c
... ... @@ -1449,7 +1449,7 @@
1449 1449 {
1450 1450 if (!queue_cache[HV_NCS_QTYPE_MAU - 1])
1451 1451 queue_cache[HV_NCS_QTYPE_MAU - 1] =
1452   - kmem_cache_create("cwq_queue",
  1452 + kmem_cache_create("mau_queue",
1453 1453 (MAU_NUM_ENTRIES *
1454 1454 MAU_ENTRY_SIZE),
1455 1455 MAU_ENTRY_SIZE, 0, NULL);