diff options
Diffstat (limited to 'include/linux/init_task.h')
-rw-r--r-- | include/linux/init_task.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/init_task.h b/include/linux/init_task.h index 3a619f57a2b2..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) \ |