Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106003
b: refs/heads/master
c: 339caf2
h: refs/heads/master
i:
  106001: 5bfcb24
  105999: c95ccec
v: v3
  • Loading branch information
David Sterba authored and Linus Torvalds committed Jul 25, 2008
1 parent 4dc5284 commit 7975c88
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: 6eedf8d30d2b48e86fbcee1a32fb2fa5f42219ee
refs/heads/master: 339caf2a224fc9af0f01686bf287dda32c6efca6
2 changes: 1 addition & 1 deletion trunk/kernel/pid.c
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ struct pid *find_get_pid(pid_t nr)

return pid;
}
EXPORT_SYMBOL_GPL(find_get_pid);

pid_t pid_nr_ns(struct pid *pid, struct pid_namespace *ns)
{
Expand Down Expand Up @@ -497,7 +498,6 @@ struct pid *find_ge_pid(int nr, struct pid_namespace *ns)

return pid;
}
EXPORT_SYMBOL_GPL(find_get_pid);

/*
* The pid hash table is scaled according to the amount of memory in the
Expand Down

0 comments on commit 7975c88

Please sign in to comment.