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

From: Alexander Aring
Date: Mon Feb 05 2024 - 10:52:42 EST


Hi,

On Mon, Feb 5, 2024 at 4:00 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