hc
2023-11-22 f743a7adbd6e230d66a6206fa115b59fec2d88eb
kernel/include/linux/cgroup-defs.h
....@@ -21,6 +21,7 @@
2121 #include <linux/workqueue.h>
2222 #include <linux/bpf-cgroup.h>
2323 #include <linux/psi_types.h>
24
+#include <linux/swork.h>
2425
2526 #ifdef CONFIG_CGROUPS
2627
....@@ -166,6 +167,7 @@
166167
167168 /* percpu_ref killing and RCU release */
168169 struct work_struct destroy_work;
170
+ struct swork_event destroy_swork;
169171 struct rcu_work destroy_rwork;
170172
171173 /*