Re: [GIT PULL] dlm updates for 5.8

2020-06-05 Thread pr-tracker-bot
The pull request you sent on Fri, 5 Jun 2020 13:18:03 -0500:

> git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm.git dlm-5.8

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/e3cea0cad147a9ab4f0e74a2fbdf15d18df1f820

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker


[GIT PULL] dlm updates for 5.8

2020-06-05 Thread David Teigland
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(-)