Home
last modified time | relevance | path

Searched hist:"75 a7d60134ce84209f2c61ec4619ee543aa8f466" (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/fs/dlm/
H A Ddlm_internal.hdiff 75a7d60134ce84209f2c61ec4619ee543aa8f466 Mon May 29 16:44:38 CDT 2023 Alexander Aring <aahringo@redhat.com> fs: dlm: handle lkb wait count as atomic_t

Currently the lkb_wait_count is locked by the rsb lock and it should be
fine to handle lkb_wait_count as non atomic_t value. However for the
overall process of reducing locking this patch converts it to an
atomic_t value.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
H A Dlock.cdiff 75a7d60134ce84209f2c61ec4619ee543aa8f466 Mon May 29 16:44:38 CDT 2023 Alexander Aring <aahringo@redhat.com> fs: dlm: handle lkb wait count as atomic_t

Currently the lkb_wait_count is locked by the rsb lock and it should be
fine to handle lkb_wait_count as non atomic_t value. However for the
overall process of reducing locking this patch converts it to an
atomic_t value.

Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>