Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 61767
b: refs/heads/master
c: 626ac54
h: refs/heads/master
i:
  61765: 2b5ca58
  61763: f7626de
  61759: 6530012
v: v3
  • Loading branch information
Serge E. Hallyn authored and Linus Torvalds committed Jul 19, 2007
1 parent 0a802fd commit ce25915
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: 9550b105b8646f916862aee3ab7b25020ca14159
refs/heads/master: 626ac545c12e5f9bffe93086d1d03d26c99987ea
2 changes: 1 addition & 1 deletion trunk/include/linux/user_namespace.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ static inline struct user_namespace *copy_user_ns(int flags,
if (flags & CLONE_NEWUSER)
return ERR_PTR(-EINVAL);

return NULL;
return old_ns;
}

static inline void put_user_ns(struct user_namespace *ns)
Expand Down

0 comments on commit ce25915

Please sign in to comment.