dlm: change to single hashtable lock
authorAlexander Aring <aahringo@redhat.com>
Mon, 15 Apr 2024 18:39:36 +0000 (14:39 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 16 Apr 2024 18:46:41 +0000 (13:46 -0500)
commitdcdaad05ca15150ae076299ba827867f243c0623
tree7c2de1b856c210660f70cefa6b9c562d5d9f9318
parent700b04808fad2eac24abf050f234f059199fa3fe
dlm: change to single hashtable lock

Prepare to replace our own hash table with rhashtable by replacing
the per-bucket locks in our own hash table with a single lock.

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