From cd7b18fa9cbbe0544b9bfd3ad1993672dd1eeb43 Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Sun, 7 Aug 2005 09:42:25 -0700 Subject: [PATCH] --- yaml --- r: 5697 b: refs/heads/master c: 68b47139ea94ab6d05e89c654db8daa99e9a232c h: refs/heads/master i: 5695: a181f8a692fb5c33006677053ffddf5df15fbae7 v: v3 --- [refs] | 2 +- trunk/fs/namespace.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 */