|
@@ -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 }, \
|