Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 106007
b: refs/heads/master
c: 33166b1
h: refs/heads/master
i:
  106005: df8006a
  106003: 7975c88
  105999: c95ccec
v: v3
  • Loading branch information
Richard Kennedy authored and Linus Torvalds committed Jul 25, 2008
1 parent 09b13ef commit ff9bee5
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: 3ae4eed34be0177a8e003411a84e4ee212adbced
refs/heads/master: 33166b1ffca5e1945246bcaa77d72a22b0d3e531
2 changes: 1 addition & 1 deletion trunk/include/linux/pid.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ struct upid {
struct pid
{
atomic_t count;
unsigned int level;
/* lists of tasks that use this pid */
struct hlist_head tasks[PIDTYPE_MAX];
struct rcu_head rcu;
unsigned int level;
struct upid numbers[1];
};

Expand Down

0 comments on commit ff9bee5

Please sign in to comment.