dlm: revert atomic_t lkb_wait_count
authorDavid Teigland <teigland@redhat.com>
Fri, 15 Mar 2024 19:11:45 +0000 (14:11 -0500)
committerDavid Teigland <teigland@redhat.com>
Fri, 15 Mar 2024 19:39:28 +0000 (14:39 -0500)
commit484b4f90c28f441e71e9d7df407c5b76578d2658
tree6e0dcce8212837f8632d15c1ab9545cbefb1443f
parent2ab3d705ca5d4f7ea345a21c3da41a447a549649
dlm: revert atomic_t lkb_wait_count

Revert "fs: dlm: handle lkb wait count as atomic_t"
This reverts commit 75a7d60134ce84209f2c61ec4619ee543aa8f466.

This counter does not need to be atomic.  As the comment in
the reverted commit mentions, the counter is protected by
the rsb lock.

Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/dlm_internal.h
fs/dlm/lock.c