hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/include/linux/ipc_namespace.h
....@@ -19,6 +19,7 @@
1919 struct rw_semaphore rwsem;
2020 struct idr ipcs_idr;
2121 int max_idx;
22
+ int last_idx; /* For wrap around detection */
2223 #ifdef CONFIG_CHECKPOINT_RESTORE
2324 int next_id;
2425 #endif
....@@ -67,6 +68,8 @@
6768 struct user_namespace *user_ns;
6869 struct ucounts *ucounts;
6970
71
+ struct llist_node mnt_llist;
72
+
7073 struct ns_common ns;
7174 } __randomize_layout;
7275