fs: dlm: convert ls_cb_mutex mutex to spinlock
authorAlexander Aring <aahringo@redhat.com>
Thu, 27 Oct 2022 20:45:18 +0000 (16:45 -0400)
committerDavid Teigland <teigland@redhat.com>
Tue, 8 Nov 2022 18:59:41 +0000 (12:59 -0600)
commita4c0352bb1094cbe242f4458e267de845790737a
treed245450da6ff15bbc51e1a7073c17bc95be09744
parentd3e4dc5d68c8fef719291cc9f3dc907aac494c55
fs: dlm: convert ls_cb_mutex mutex to spinlock

This patch converts the ls_cb_mutex mutex to a spinlock, there is no
sleepable context when this lock is held.

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