diff options
| author | Al Viro <viro@zeniv.linux.org.uk> | 2016-06-30 23:30:06 -0400 |
|---|---|---|
| committer | Al Viro <viro@zeniv.linux.org.uk> | 2016-06-30 23:30:06 -0400 |
| commit | c074cefcc0f75152bc74a1c4f2e7b662f09403d4 (patch) | |
| tree | 5b323c1c83ecfb7a2de95b26969adc7cb5d8d507 /fs/namespace.c | |
| parent | ea7d4c046ba6e2c6135c98721f4f09efd1adaabc (diff) | |
| parent | e06b933e6ded42384164d28a2060b7f89243b895 (diff) | |
| download | linux-c074cefcc0f75152bc74a1c4f2e7b662f09403d4.tar.gz | |
Merge branch 'for-linus' into work.misc
Diffstat (limited to 'fs/namespace.c')
| -rw-r--r-- | fs/namespace.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/namespace.c b/fs/namespace.c index 4fb1691b435552..298618b88bba5d 100644 --- a/fs/namespace.c +++ b/fs/namespace.c @@ -1562,6 +1562,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) { |
