aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ipc_namespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/ipc_namespace.h')
-rw-r--r--include/linux/ipc_namespace.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/ipc_namespace.h b/include/linux/ipc_namespace.h
index 51952989ad4..d3c32dcec62 100644
--- a/include/linux/ipc_namespace.h
+++ b/include/linux/ipc_namespace.h
@@ -15,6 +15,7 @@
15 15
16#define IPCNS_CALLBACK_PRI 0 16#define IPCNS_CALLBACK_PRI 0
17 17
18struct user_namespace;
18 19
19struct ipc_ids { 20struct ipc_ids {
20 int in_use; 21 int in_use;
@@ -56,6 +57,8 @@ struct ipc_namespace {
56 unsigned int mq_msg_max; /* initialized to DFLT_MSGMAX */ 57 unsigned int mq_msg_max; /* initialized to DFLT_MSGMAX */
57 unsigned int mq_msgsize_max; /* initialized to DFLT_MSGSIZEMAX */ 58 unsigned int mq_msgsize_max; /* initialized to DFLT_MSGSIZEMAX */
58 59
60 /* user_ns which owns the ipc ns */
61 struct user_namespace *user_ns;
59}; 62};
60 63
61extern struct ipc_namespace init_ipc_ns; 64extern struct ipc_namespace init_ipc_ns;