X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=fs%2Fnamespace.c;h=419f746d851d1c1745fc0edca4a37459a4b17f35;hb=7e3fd813717693597daaa95dee875f4cb2d911ef;hp=783004af57077a9947a8f3a3228cbc8465a79b3e;hpb=3522b35cb2e2e24e03edf112e6466f3a626918a9;p=cascardo%2Flinux.git diff --git a/fs/namespace.c b/fs/namespace.c index 783004af5707..419f746d851d 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) {