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

According to kdoc idr is deprecated and xarrays should be used nowadays.
This patch is moving the recover idr implementation to xarray
datastructure.

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