commit | f084a4f4a14b97d2ad6e4bd6406933b2d39e6eca | [log] [tgz] |
---|---|---|
author | Ross Lagerwall <ross.lagerwall@citrix.com> | Wed Apr 29 13:15:41 2020 +0100 |
committer | David Teigland <teigland@redhat.com> | Tue May 12 14:06:17 2020 -0500 |
tree | e7631213b7b5616b141e0070ff162ab8a416e47d | |
parent | 90db4f8be38629bd09183b78079d582221523e25 [diff] |
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>