GFS2: Pull request (merge window)

From: Bob Peterson
Date: Fri Mar 08 2019 - 12:58:13 EST


Hi Linus,

Please consider pulling the following changes for the GFS2 file system.

Regards,

Bob Peterson
----------------------------------------------------------------
The following changes since commit 49a57857aeea06ca831043acbb0fa5e0f50602fd:

Linux 5.0-rc3 (2019-01-21 13:14:44 +1300)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2.git tags/gfs2-5.1.fixes

for you to fetch changes up to 605b0487f0bc1ae9963bf52ece0f5c8055186f81:

gfs2: Fix missed wakeups in find_insert_glock (2019-03-08 15:49:01 +0100)

----------------------------------------------------------------
We've only got three patches ready for this merge window:

- Fix a hang related to missed wakeups for glocks from Andreas Gruenbacher.
- Rework of how gfs2 manages its debugfs files from Greg K-H.
- An incorrect assert when truncating or deleting files from Tim Smith.

----------------------------------------------------------------
Andreas Gruenbacher (1):
gfs2: Fix missed wakeups in find_insert_glock

Greg Kroah-Hartman (1):
gfs: no need to check return value of debugfs_create functions

Tim Smith (1):
gfs2: Fix an incorrect gfs2_assert()

fs/gfs2/glock.c | 72 ++++++++++++--------------------------------------------
fs/gfs2/glock.h | 4 ++--
fs/gfs2/incore.h | 3 ---
fs/gfs2/inode.h | 4 ++--
fs/gfs2/main.c | 6 +----
5 files changed, 20 insertions(+), 69 deletions(-)