]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'gfs2-5.1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Mar 2019 19:52:11 +0000 (11:52 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 9 Mar 2019 19:52:11 +0000 (11:52 -0800)
commit222f49f8a35c6a86a43710b661112f74ddf6c08d
treeb91a2abc3a49f2cc2945883f5145a059a79b6a18
parent1cd0b9faa910f0097d81a250dd0bf5df7f50961f
parent2f393c8730738489e15eabab52d2891eb926bb9a
Merge tag 'gfs2-5.1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2

Pull gfs2 updates from Bob Peterson:
 "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"

* tag 'gfs2-5.1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2:
  gfs2: Fix missed wakeups in find_insert_glock
  gfs2: Fix an incorrect gfs2_assert()
  gfs: no need to check return value of debugfs_create functions