diff options
Diffstat (limited to 'include/linux/init_task.h')
| -rw-r--r-- | include/linux/init_task.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h index 513bc3e489f0..d4b2f1c76e12 100644 --- a/include/linux/init_task.h +++ b/include/linux/init_task.h | |||
| @@ -76,7 +76,6 @@ extern struct nsproxy init_nsproxy; | |||
| 76 | #define INIT_NSPROXY(nsproxy) { \ | 76 | #define INIT_NSPROXY(nsproxy) { \ |
| 77 | .pid_ns = &init_pid_ns, \ | 77 | .pid_ns = &init_pid_ns, \ |
| 78 | .count = ATOMIC_INIT(1), \ | 78 | .count = ATOMIC_INIT(1), \ |
| 79 | .nslock = __SPIN_LOCK_UNLOCKED(nsproxy.nslock), \ | ||
| 80 | .uts_ns = &init_uts_ns, \ | 79 | .uts_ns = &init_uts_ns, \ |
| 81 | .mnt_ns = NULL, \ | 80 | .mnt_ns = NULL, \ |
| 82 | INIT_NET_NS(net_ns) \ | 81 | INIT_NET_NS(net_ns) \ |
| @@ -171,6 +170,7 @@ extern struct group_info init_groups; | |||
| 171 | [PIDTYPE_PGID] = INIT_PID_LINK(PIDTYPE_PGID), \ | 170 | [PIDTYPE_PGID] = INIT_PID_LINK(PIDTYPE_PGID), \ |
| 172 | [PIDTYPE_SID] = INIT_PID_LINK(PIDTYPE_SID), \ | 171 | [PIDTYPE_SID] = INIT_PID_LINK(PIDTYPE_SID), \ |
| 173 | }, \ | 172 | }, \ |
| 173 | .dirties = INIT_PROP_LOCAL_SINGLE(dirties), \ | ||
| 174 | INIT_TRACE_IRQFLAGS \ | 174 | INIT_TRACE_IRQFLAGS \ |
| 175 | INIT_LOCKDEP \ | 175 | INIT_LOCKDEP \ |
| 176 | } | 176 | } |
