]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'gfs2-v5.16-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 4 Dec 2021 16:13:20 +0000 (08:13 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 4 Dec 2021 16:13:20 +0000 (08:13 -0800)
commitb928ab3a64d406844726ba1b0cc0ce529540fd5b
tree76384aaca684f70916dfb056a9c0a22dec3563dc
parent8b240b6dc091867ea0886add4ed8cf620e5d3a35
parent22503c0e16c7596197d3d40a954e2bcbe6ad73d4
Merge tag 'gfs2-v5.16-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2

Pull gfs2 fixes from Andreas Gruenbacher:

 - Since commit 473c32889d32 ("gfs2: Cancel remote delete work
   asynchronously"), inode create and lookup-by-number can overlap more
   easily and we can end up with temporary duplicate inodes. Fix the
   code to prevent that.

 - Fix a BUG demoting weak glock holders from a remote node.

* tag 'gfs2-v5.16-rc4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2:
  gfs2: gfs2_create_inode rework
  gfs2: gfs2_inode_lookup rework
  gfs2: gfs2_inode_lookup cleanup
  gfs2: Fix remote demote of weak glock holders