diff options
Diffstat (limited to 'include/linux/init_task.h')
-rw-r--r-- | include/linux/init_task.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h index 243e287304d0..5ac5945696a0 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h | |||
@@ -94,9 +94,6 @@ extern struct group_info init_groups; | |||
94 | 94 | ||
95 | #define INIT_STRUCT_PID { \ | 95 | #define INIT_STRUCT_PID { \ |
96 | .count = ATOMIC_INIT(1), \ | 96 | .count = ATOMIC_INIT(1), \ |
97 | .nr = 0, \ | ||
98 | /* Don't put this struct pid in pid_hash */ \ | ||
99 | .pid_chain = { .next = NULL, .pprev = NULL }, \ | ||
100 | .tasks = { \ | 97 | .tasks = { \ |
101 | { .first = &init_task.pids[PIDTYPE_PID].node }, \ | 98 | { .first = &init_task.pids[PIDTYPE_PID].node }, \ |
102 | { .first = &init_task.pids[PIDTYPE_PGID].node }, \ | 99 | { .first = &init_task.pids[PIDTYPE_PGID].node }, \ |