]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
fs: dlm: fix missing pending to false
authorAlexander Aring <aahringo@redhat.com>
Mon, 29 May 2023 21:44:31 +0000 (17:44 -0400)
committerDavid Teigland <teigland@redhat.com>
Wed, 14 Jun 2023 15:17:33 +0000 (10:17 -0500)
commitf68bb23cad1f128198074ed7b3a4c5fb03dbd9d2
tree16a0abdae540f68c30179749407bb8aa816ab899
parent7a931477bff1c7548aa8492bccf600f5f29452b1
fs: dlm: fix missing pending to false

This patch sets the process_dlm_messages_pending boolean to false when
there was no message to process. It is a case which should not happen
but if we are prepared to recover from this situation by setting pending
boolean to false.

Cc: stable@vger.kernel.org
Fixes: dbb751ffab0b ("fs: dlm: parallelize lowcomms socket handling")
Signed-off-by: Alexander Aring <aahringo@redhat.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lowcomms.c