diff options
Diffstat (limited to 'include/linux/nsproxy.h')
-rw-r--r-- | include/linux/nsproxy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/nsproxy.h b/include/linux/nsproxy.h index 0aba1b1a39c7..27f37c1ec1d9 100644 --- a/include/linux/nsproxy.h +++ b/include/linux/nsproxy.h | |||
@@ -23,6 +23,7 @@ struct ipc_namespace; | |||
23 | struct nsproxy { | 23 | struct nsproxy { |
24 | atomic_t count; | 24 | atomic_t count; |
25 | spinlock_t nslock; | 25 | spinlock_t nslock; |
26 | unsigned long id; | ||
26 | struct uts_namespace *uts_ns; | 27 | struct uts_namespace *uts_ns; |
27 | struct ipc_namespace *ipc_ns; | 28 | struct ipc_namespace *ipc_ns; |
28 | struct mnt_namespace *mnt_ns; | 29 | struct mnt_namespace *mnt_ns; |