Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 372732
b: refs/heads/master
c: b1983cd
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed May 4, 2013
1 parent 1dceb22 commit d581543
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: 61572bb1f40b9bec0acbb4d7bc0f5b33739f1ab1
refs/heads/master: b1983cd897ec06080ec4884989c6a3f1e7ee7dce
2 changes: 1 addition & 1 deletion trunk/fs/namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -2463,7 +2463,7 @@ static struct mnt_namespace *create_mnt_ns(struct vfsmount *m)
struct mount *mnt = real_mount(m);
mnt->mnt_ns = new_ns;
new_ns->root = mnt;
list_add(&new_ns->list, &mnt->mnt_list);
list_add(&mnt->mnt_list, &new_ns->list);
} else {
mntput(m);
}
Expand Down

0 comments on commit d581543

Please sign in to comment.