Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5697
b: refs/heads/master
c: 68b4713
h: refs/heads/master
i:
  5695: a181f8a
v: v3
  • Loading branch information
Miklos Szeredi authored and Linus Torvalds committed Aug 7, 2005
1 parent 7177071 commit cd7b18f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9ae5b3c703cce89a7d8ccf25fe16955ec6f016c0
refs/heads/master: 68b47139ea94ab6d05e89c654db8daa99e9a232c
2 changes: 1 addition & 1 deletion trunk/fs/namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit cd7b18f

Please sign in to comment.