From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexander Aring Date: Mon, 25 Jul 2022 15:53:20 -0400 Subject: [Cluster-devel] [PATCHv2 dlm/next 0/2] fs: dlm: some callback and lowcomm fixes Message-ID: <20220725195322.857226-1-aahringo@redhat.com> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Hi, I currently look a little bit deeper into the callback handling of dlm. I have some local branches which does more some rework and moving away from the lkb_callbacks[] array per lkb and using a queue for handling callbacks. However those are issues which I currently found for now and should be fixed. - Alex changes since v2: - drop patches 2/3 and 3/3 as it looks okay. Sorry about the noise. - change commit messages regarding v2 changes. - add patch "fs: dlm: fix race in lowcomms" Alexander Aring (2): fs: dlm: fix race in lowcomms fs: dlm: fix race between test_bit() and queue_work() fs/dlm/ast.c | 6 ++++-- fs/dlm/lowcomms.c | 4 ++++ 2 files changed, 8 insertions(+), 2 deletions(-) -- 2.31.1