hc
2024-05-10 37f49e37ab4cb5d0bc4c60eb5c6d4dd57db767bb
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