[GIT PULL] dlm updates for 7.0
From: David Teigland
Date: Mon Feb 09 2026 - 12:52:14 EST
Hi Linus,
Please pull dlm updates from tag:
git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-7.0
This set includes several minor code cleanups, and one notable fix
for recovery of in-progress lock conversions which would lead to a
the convert operation never completing.
Thanks,
Dave
Alex Shi (1):
fs/dlm/dir: remove unuse variable count_match
Alexander Aring (1):
dlm: fix recovery pending middle conversion
Christophe JAILLET (1):
dlm: Constify struct configfs_item_operations and configfs_group_operations
Ezrak1e (1):
dlm: validate length in dlm_search_rsb_tree
Gustavo A. R. Silva (1):
dlm: Avoid -Wflex-array-member-not-at-end warning
Shaurya Rane (1):
fs/dlm: use list_add_tail() instead of open-coding list insertion
fs/dlm/config.c | 16 ++++++++--------
fs/dlm/dir.c | 6 +++---
fs/dlm/dlm_internal.h | 4 +++-
fs/dlm/lock.c | 22 +++-------------------
fs/dlm/member.c | 6 +-----
5 files changed, 18 insertions(+), 36 deletions(-)