diff --git a/[refs] b/[refs] index 41e3c4e788a7..d7717e235c5c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9ae5b3c703cce89a7d8ccf25fe16955ec6f016c0 +refs/heads/master: 68b47139ea94ab6d05e89c654db8daa99e9a232c diff --git a/trunk/fs/namespace.c b/trunk/fs/namespace.c index 587eb0d707ee..79bd8a46e1e7 100644 --- a/trunk/fs/namespace.c +++ b/trunk/fs/namespace.c @@ -160,7 +160,7 @@ clone_mnt(struct vfsmount *old, struct dentry *root) mnt->mnt_root = dget(root); mnt->mnt_mountpoint = mnt->mnt_root; mnt->mnt_parent = mnt; - mnt->mnt_namespace = old->mnt_namespace; + mnt->mnt_namespace = current->namespace; /* stick the duplicate mount on the same expiry list * as the original if that was on one */