]> git.ipfire.org Git - thirdparty/linux.git/commit
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 17 Jun 2019 23:28:28 +0000 (16:28 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 17 Jun 2019 23:28:28 +0000 (16:28 -0700)
commit29f785ff76b65696800b75c3d8e0b58e603bb1d0
tree7aba3c5daf31b754da4b5eb4ee7a4df2348954cc
parentda0f382029868806e88c046eb2560fdee7a9457c
parentd728cf79164bb38e9628d15276e636539f857ef1
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs

Pull vfs fixes from Al Viro:
 "MS_MOVE regression fix + breakage in fsmount(2) (also introduced in
  this cycle, along with fsmount(2) itself).

  I'm still digging through the piles of mail, so there might be more
  fixes to follow, but these two are obvious and self-contained, so
  there's no point delaying those..."

* 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs:
  fs/namespace: fix unprivileged mount propagation
  vfs: fsmount: add missing mntget()