hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/include/linux/ww_mutex.h
....@@ -28,14 +28,6 @@
2828 unsigned int is_wait_die;
2929 };
3030
31
-struct ww_mutex {
32
- struct mutex base;
33
- struct ww_acquire_ctx *ctx;
34
-#ifdef CONFIG_DEBUG_MUTEXES
35
- struct ww_class *ww_class;
36
-#endif
37
-};
38
-
3931 struct ww_acquire_ctx {
4032 struct task_struct *task;
4133 unsigned long stamp;