Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 124985
b: refs/heads/master
c: 5cc4a03
h: refs/heads/master
i:
  124983: 0c4be3a
v: v3
  • Loading branch information
Julia Lawall authored and Al Viro committed Dec 31, 2008
1 parent 336d5d5 commit dc685ae
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: dded4f4d5048e64a01cf52eed4d27c8cb2600525
refs/heads/master: 5cc4a0341a1295ea56b2e62eb70d96d8fdb94ded
2 changes: 1 addition & 1 deletion trunk/fs/namespace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1990,7 +1990,7 @@ static struct mnt_namespace *dup_mnt_ns(struct mnt_namespace *mnt_ns,
if (!new_ns->root) {
up_write(&namespace_sem);
kfree(new_ns);
return ERR_PTR(-ENOMEM);;
return ERR_PTR(-ENOMEM);
}
spin_lock(&vfsmount_lock);
list_add_tail(&new_ns->list, &new_ns->root->mnt_list);
Expand Down

0 comments on commit dc685ae

Please sign in to comment.