summaryrefslogtreecommitdiff
path: root/fs/namespace.c
diff options
context:
space:
mode:
authorSteven Rostedt (Red Hat) <rostedt@goodmis.org>2016-08-12 10:27:46 -0400
committerSteven Rostedt <rostedt@goodmis.org>2016-08-12 10:27:46 -0400
commita45186d2f1a6eddd3d0528f3331e19d8f6a19965 (patch)
tree840a2626a705614acb58932602d523cf6f86c23d /fs/namespace.c
parentc87f121f9a3bbd21852949e6db68bc4f3475ec4f (diff)
parent133cec911c639d2cdf544ed602442951f702e08c (diff)
downloadlinux-rt-a45186d2f1a6eddd3d0528f3331e19d8f6a19965.tar.gz
Merge tag 'v4.4.17' into v4.4-rt
This is the 4.4.17 stable release
Diffstat (limited to 'fs/namespace.c')
-rw-r--r--fs/namespace.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/namespace.c b/fs/namespace.c
index 889e0fe26692..1f3725bbd04b 100644
--- a/fs/namespace.c
+++ b/fs/namespace.c
@@ -1566,6 +1566,7 @@ void __detach_mounts(struct dentry *dentry)
goto out_unlock;
lock_mount_hash();
+ event++;
while (!hlist_empty(&mp->m_list)) {
mnt = hlist_entry(mp->m_list.first, struct mount, mnt_mp_list);
if (mnt->mnt.mnt_flags & MNT_UMOUNT) {