dlm: move lkb idr to xarray datastructure
authorAlexander Aring <aahringo@redhat.com>
Tue, 28 May 2024 21:12:38 +0000 (17:12 -0400)
committerDavid Teigland <teigland@redhat.com>
Fri, 31 May 2024 16:04:54 +0000 (11:04 -0500)
commitf455eb8490acab680ddee79613e511e18a59c8b1
treea9f919cca71d587d840fa7dec4246ea604a7d07c
parent1ffefc19c4ac7c61e5acb29c7a915ce494fe448c
dlm: move lkb idr to xarray datastructure

According to kernel doc idr is deprecated and xarrays should be used
nowadays. This patch is moving the lkb idr implementation to xarrays.

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