[GIT PULL v2] dlm fixes for 6.9

From: David Teigland
Date: Mon Mar 18 2024 - 17:25:30 EST


Hi Linus,

Please pull dlm fixes from tag:

git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-6.9

(For v2 I recreated the tag with the same name as before, but now realize
I probably should have left it and used a new tag name.)

I dropped the commit with the bad atomic usage, and replaced it with two
other commits: the first reverts the unnecessary change that began using
atomic_t for lkb_wait_count, and the second adds comments to the recovery
code that forcibly resets the wait_count state.

Thanks,
Dave


Alexander Aring (1):
dlm: fix user space lkb refcounting

David Teigland (2):
dlm: revert atomic_t lkb_wait_count
dlm: add comments about forced waiters reset


fs/dlm/dlm_internal.h | 2 +-
fs/dlm/lock.c | 114 ++++++++++++++++++++++++++++++++++----------------
fs/dlm/user.c | 10 ++---
3 files changed, 84 insertions(+), 42 deletions(-)