From ff9bee565240457ebc88a18cdb685fed9078ebd5 Mon Sep 17 00:00:00 2001 From: Richard Kennedy Date: Fri, 25 Jul 2008 01:48:35 -0700 Subject: [PATCH] --- yaml --- r: 106007 b: refs/heads/master c: 33166b1ffca5e1945246bcaa77d72a22b0d3e531 h: refs/heads/master i: 106005: df8006ae8ffb2663717ad20bf874228a8a83902d 106003: 7975c884c04f7630493d0c273b9092a71762e58a 105999: c95ccecc93ddd7582fef9cc3feafe563e87271ad v: v3 --- [refs] | 2 +- trunk/include/linux/pid.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f44df40278c4..acfe9f481b4d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 3ae4eed34be0177a8e003411a84e4ee212adbced +refs/heads/master: 33166b1ffca5e1945246bcaa77d72a22b0d3e531 diff --git a/trunk/include/linux/pid.h b/trunk/include/linux/pid.h index c21c7e8124a7..6f084b9e2c40 100644 --- a/trunk/include/linux/pid.h +++ b/trunk/include/linux/pid.h @@ -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]; };