dlm: drop own rsb pre allocation mechanism
authorAlexander Aring <aahringo@redhat.com>
Tue, 28 May 2024 21:12:36 +0000 (17:12 -0400)
committerDavid Teigland <teigland@redhat.com>
Fri, 31 May 2024 16:04:54 +0000 (11:04 -0500)
commit1ffefc19c4ac7c61e5acb29c7a915ce494fe448c
treeef54d3404f3baa96838e4e650720dd9da93f4226
parent4db41bf4f04f75d5bcf52c500cbec11a2e159a06
dlm: drop own rsb pre allocation mechanism

This patch drops the own written rsb pre allocation mechanism as this is
already done by using kmem caches, we don't need another layer on top of
that to running some pre allocation scheme.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/dlm_internal.h
fs/dlm/lock.c
fs/dlm/lockspace.c