Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 71461
b: refs/heads/master
c: 19b9b9b
h: refs/heads/master
i:
  71459: 0061672
v: v3
  • Loading branch information
Pavel Emelyanov authored and Linus Torvalds committed Oct 19, 2007
1 parent e39fc0d commit 2537887
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 8 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: 228ebcbe634a30aec35132ea4375721bcc41bec0
refs/heads/master: 19b9b9b54e5f115907efd56be2c3799775a46561
3 changes: 0 additions & 3 deletions trunk/include/linux/init_task.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,6 @@ extern struct group_info init_groups;

#define INIT_STRUCT_PID { \
.count = ATOMIC_INIT(1), \
.nr = 0, \
/* Don't put this struct pid in pid_hash */ \
.pid_chain = { .next = NULL, .pprev = NULL }, \
.tasks = { \
{ .first = &init_task.pids[PIDTYPE_PID].node }, \
{ .first = &init_task.pids[PIDTYPE_PGID].node }, \
Expand Down
3 changes: 0 additions & 3 deletions trunk/include/linux/pid.h
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ struct upid {
struct pid
{
atomic_t count;
/* Try to keep pid_chain in the same cacheline as nr for find_pid */
int nr;
struct hlist_node pid_chain;
/* lists of tasks that use this pid */
struct hlist_head tasks[PIDTYPE_MAX];
struct rcu_head rcu;
Expand Down
1 change: 0 additions & 1 deletion trunk/kernel/pid.c
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,6 @@ struct pid *alloc_pid(struct pid_namespace *ns)

get_pid_ns(ns);
pid->level = ns->level;
pid->nr = pid->numbers[0].nr;
atomic_set(&pid->count, 1);
for (type = 0; type < PIDTYPE_MAX; ++type)
INIT_HLIST_HEAD(&pid->tasks[type]);
Expand Down

0 comments on commit 2537887

Please sign in to comment.