Re: [PATCH] dlm: use KMEM_CACHE() in dlm_memory_init()
From: Markus Elfring
Date: Wed Jun 19 2024 - 16:48:51 EST
> Using KMEM_CACHE() macro makes the code more concise and easy to read.
Can the three passed name strings matter still for the identification
of the created caches from this function implementation?
https://elixir.bootlin.com/linux/v6.10-rc4/source/fs/dlm/memory.c#L27
https://elixir.bootlin.com/linux/v6.10-rc4/source/mm/slab_common.c#L362
Regards,
Markus