[GIT PULL] dlm updates for 6.14
From: David Teigland
Date: Mon Jan 20 2025 - 12:53:03 EST
Hi Linus,
Please pull dlm updates from tag:
git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-6.14
A small set of patches this time:
- Fix a case where the new scanning code missed removing an unused rsb.
- Fix the error when removing a configfs entry for an invalid node id.
Thanks,
Dave
Alexander Aring (3):
dlm: fix removal of rsb struct that is master and dir record
dlm: fix srcu_read_lock() return type to int
dlm: return -ENOENT if no comm was found
fs/dlm/config.c | 2 +-
fs/dlm/lock.c | 46 ++++++++++++++++++++++++++++++----------------
fs/dlm/lowcomms.c | 3 ++-
3 files changed, 33 insertions(+), 18 deletions(-)