diff options
Diffstat (limited to 'include/linux/ipc_namespace.h')
-rw-r--r-- | include/linux/ipc_namespace.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/ipc_namespace.h b/include/linux/ipc_namespace.h index f6c82de12541..35e7eca4e33b 100644 --- a/include/linux/ipc_namespace.h +++ b/include/linux/ipc_namespace.h | |||
@@ -21,7 +21,6 @@ struct user_namespace; | |||
21 | struct ipc_ids { | 21 | struct ipc_ids { |
22 | int in_use; | 22 | int in_use; |
23 | unsigned short seq; | 23 | unsigned short seq; |
24 | unsigned short seq_max; | ||
25 | struct rw_semaphore rwsem; | 24 | struct rw_semaphore rwsem; |
26 | struct idr ipcs_idr; | 25 | struct idr ipcs_idr; |
27 | int next_id; | 26 | int next_id; |
@@ -119,9 +118,7 @@ extern int mq_init_ns(struct ipc_namespace *ns); | |||
119 | * the new maximum will handle anyone else. I may have to revisit this | 118 | * the new maximum will handle anyone else. I may have to revisit this |
120 | * in the future. | 119 | * in the future. |
121 | */ | 120 | */ |
122 | #define MIN_QUEUESMAX 1 | ||
123 | #define DFLT_QUEUESMAX 256 | 121 | #define DFLT_QUEUESMAX 256 |
124 | #define HARD_QUEUESMAX 1024 | ||
125 | #define MIN_MSGMAX 1 | 122 | #define MIN_MSGMAX 1 |
126 | #define DFLT_MSG 10U | 123 | #define DFLT_MSG 10U |
127 | #define DFLT_MSGMAX 10 | 124 | #define DFLT_MSGMAX 10 |