Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71425
b: refs/heads/master
c: a05f7b1
h: refs/heads/master
i:
  71423: a710eea
v: v3
  • Loading branch information
Pavel Emelianov authored and Linus Torvalds committed Oct 19, 2007
1 parent 0dd290a commit 6d7a813
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a47afb0f9d794d525a372c8d69902147cc88222a
refs/heads/master: a05f7b15deb2903d9f0b5df33ddd4d186d5ecac1
3 changes: 2 additions & 1 deletion trunk/include/linux/pid_namespace.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,10 @@ struct pid_namespace {

extern struct pid_namespace init_pid_ns;

static inline void get_pid_ns(struct pid_namespace *ns)
static inline struct pid_namespace *get_pid_ns(struct pid_namespace *ns)
{
kref_get(&ns->kref);
return ns;
}

extern struct pid_namespace *copy_pid_ns(unsigned long flags, struct pid_namespace *ns);
Expand Down

0 comments on commit 6d7a813

Please sign in to comment.