[GIT PULL] dlm updates for 5.8
From: David Teigland
Date: Fri Jun 05 2020 - 14:18:12 EST
Hi Linus,
Please pull dlm updates from tag:
git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-5.8
This set includes a couple minor cleanups, and dropping the
interruptible from a wait_event that waits for an event from
the userspace cluster management.
Thanks,
Dave
Arnd Bergmann (1):
dlm: remove BUG() before panic()
Gustavo A. R. Silva (2):
dlm: dlm_internal: Replace zero-length array with flexible-array member
dlm: user: Replace zero-length array with flexible-array member
Ross Lagerwall (1):
dlm: Switch to using wait_event()
Wu Bo (1):
fs:dlm:remove unneeded semicolon in rcom.c
fs/dlm/dlm_internal.h | 7 +++----
fs/dlm/lockspace.c | 18 ++++--------------
fs/dlm/rcom.c | 2 +-
fs/dlm/user.c | 2 +-
4 files changed, 9 insertions(+), 20 deletions(-)