Loading fs/namespace.c +1 −1 Original line number Diff line number Diff line Loading @@ -1625,7 +1625,7 @@ void __detach_mounts(struct dentry *dentry) namespace_lock(); lock_mount_hash(); mp = lookup_mountpoint(dentry); if (IS_ERR_OR_NULL(mp)) if (!mp) goto out_unlock; event++; Loading Loading
fs/namespace.c +1 −1 Original line number Diff line number Diff line Loading @@ -1625,7 +1625,7 @@ void __detach_mounts(struct dentry *dentry) namespace_lock(); lock_mount_hash(); mp = lookup_mountpoint(dentry); if (IS_ERR_OR_NULL(mp)) if (!mp) goto out_unlock; event++; Loading