]> git.baikalelectronics.ru Git - kernel.git/commit
dlm: Switch to using wait_event()
authorRoss Lagerwall <ross.lagerwall@citrix.com>
Wed, 29 Apr 2020 12:15:41 +0000 (13:15 +0100)
committerDavid Teigland <teigland@redhat.com>
Tue, 12 May 2020 19:06:17 +0000 (14:06 -0500)
commit1cb3a1d1c9ceb2653684e345f2d787ebb4d9b6db
treee7631213b7b5616b141e0070ff162ab8a416e47d
parentf9605e54933aa90e4b3406d1312c07662ff8a4c5
dlm: Switch to using wait_event()

We saw an issue in a production server on a customer deployment where
DLM 4.0.7 gets "stuck" and unable to join new lockspaces.

There is no useful response for the dlm in do_event() if
wait_event_interruptible() is interrupted, so switch to
wait_event().

Signed-off-by: Ross Lagerwall <ross.lagerwall@citrix.com>
Signed-off-by: David Teigland <teigland@redhat.com>
fs/dlm/lockspace.c