dlm: switch to use rhashtable for rsbs
authorAlexander Aring <aahringo@redhat.com>
Mon, 15 Apr 2024 18:39:39 +0000 (14:39 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 16 Apr 2024 19:34:39 +0000 (14:34 -0500)
commit6c648035cbe75d78836f6d7d2fdd9d996048a66b
treee062c9951814bb7f3fcac71332d1ac54ff383e06
parent93a693d19d2a4aeaa5aede5354cc0f749a780374
dlm: switch to use rhashtable for rsbs

Replace our own hash table with the more advanced rhashtable
for keeping rsb structs.

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