Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359403
b: refs/heads/master
c: bf53153
h: refs/heads/master
i:
  359401: 48b3815
  359399: 9e0be15
v: v3
  • Loading branch information
Yuanhan Liu authored and Linus Torvalds committed Feb 28, 2013
1 parent df9d68b commit d2c57e3
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: 398eb08555b24049e0362fee92920982b283fd96
refs/heads/master: bf5315366b1b708a0dd322bb389e970598f18891
2 changes: 1 addition & 1 deletion trunk/kernel/utsname.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ static struct uts_namespace *create_uts_ns(void)
/*
* Clone a new ns copying an original utsname, setting refcount to 1
* @old_ns: namespace to clone
* Return NULL on error (failure to kmalloc), new ns otherwise
* Return ERR_PTR(-ENOMEM) on error (failure to kmalloc), new ns otherwise
*/
static struct uts_namespace *clone_uts_ns(struct user_namespace *user_ns,
struct uts_namespace *old_ns)
Expand Down

0 comments on commit d2c57e3

Please sign in to comment.