diff options
Diffstat (limited to 'include/linux/ipc_namespace.h')
| -rw-r--r-- | include/linux/ipc_namespace.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/linux/ipc_namespace.h b/include/linux/ipc_namespace.h index b5630c8eb2f3..6ab8c1bada3f 100644 --- a/include/linux/ipc_namespace.h +++ b/include/linux/ipc_namespace.h | |||
| @@ -9,17 +9,16 @@ | |||
| 9 | #include <linux/nsproxy.h> | 9 | #include <linux/nsproxy.h> |
| 10 | #include <linux/ns_common.h> | 10 | #include <linux/ns_common.h> |
| 11 | #include <linux/refcount.h> | 11 | #include <linux/refcount.h> |
| 12 | #include <linux/rhashtable.h> | 12 | #include <linux/rhashtable-types.h> |
| 13 | 13 | ||
| 14 | struct user_namespace; | 14 | struct user_namespace; |
| 15 | 15 | ||
| 16 | struct ipc_ids { | 16 | struct ipc_ids { |
| 17 | int in_use; | 17 | int in_use; |
| 18 | unsigned short seq; | 18 | unsigned short seq; |
| 19 | bool tables_initialized; | ||
| 20 | struct rw_semaphore rwsem; | 19 | struct rw_semaphore rwsem; |
| 21 | struct idr ipcs_idr; | 20 | struct idr ipcs_idr; |
| 22 | int max_id; | 21 | int max_idx; |
| 23 | #ifdef CONFIG_CHECKPOINT_RESTORE | 22 | #ifdef CONFIG_CHECKPOINT_RESTORE |
| 24 | int next_id; | 23 | int next_id; |
| 25 | #endif | 24 | #endif |
