[git pull] a couple of fixes for mount stuff

From: Al Viro
Date: Mon Jun 17 2019 - 18:38:00 EST


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...

The following changes since commit 9e0babf2c06c73cda2c0cd37a1653d823adb40ec:

Linux 5.2-rc5 (2019-06-16 08:49:45 -1000)

are available in the git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git fixes

for you to fetch changes up to d728cf79164bb38e9628d15276e636539f857ef1:

fs/namespace: fix unprivileged mount propagation (2019-06-17 17:36:09 -0400)

----------------------------------------------------------------
Christian Brauner (1):
fs/namespace: fix unprivileged mount propagation

Eric Biggers (1):
vfs: fsmount: add missing mntget()

fs/namespace.c | 2 ++
fs/pnode.c | 1 -
2 files changed, 2 insertions(+), 1 deletion(-)