[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <ZfixMxRWFNmkf-Ta@redhat.com>
Date: Mon, 18 Mar 2024 16:25:07 -0500
From: David Teigland <teigland@...hat.com>
To: Linus Torvalds <torvalds@...ux-foundation.org>
Cc: linux-kernel@...r.kernel.org, gfs2@...ts.linux.dev
Subject: [GIT PULL v2] dlm fixes for 6.9
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(-)
Powered by blists - more mailing lists