Re: [PATCH] fs: dlm: Simplify the allocation of slab caches in dlm_lowcomms_msg_cache_create

From: Alexander Aring
Date: Mon Feb 05 2024 - 10:53:21 EST


Hi,

On Wed, Jan 17, 2024 at 4:54 AM Kunwu Chan <chentao@xxxxxxxxxx> wrote:
>
> Use the new KMEM_CACHE() macro instead of direct kmem_cache_create
> to simplify the creation of SLAB caches.
>
> Signed-off-by: Kunwu Chan <chentao@xxxxxxxxxx>

Acked-by: Alexander Aring <aahringo@xxxxxxxxxx>

- Alex