dlm: Simplify the allocation of slab caches in dlm_lowcomms_msg_cache_create
authorKunwu Chan <chentao@kylinos.cn>
Tue, 2 Apr 2024 19:17:56 +0000 (15:17 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 2 Apr 2024 20:24:40 +0000 (15:24 -0500)
commitca0dcef7cf6c2f746403eac4ac427bd2115e07a8
treec877a413854382b7c38aaf5f2737016abf0a7627
parent2bec1bbd55cf96b313566d2e1b9ff54451685e18
dlm: Simplify the allocation of slab caches in dlm_lowcomms_msg_cache_create

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@kylinos.cn>
Acked-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c