[PATCH v4 2/3] rust: workqueue: create workqueue subdirectory
From: Alice Ryhl
Date: Thu Mar 12 2026 - 05:23:38 EST
The following patch will implement a workqueue builder in a separate
file. To prepare for that, create a rust/kernel/workqueue subdirectory
and move the existing file.
Signed-off-by: Alice Ryhl <aliceryhl@xxxxxxxxxx>
---
MAINTAINERS | 1 +
rust/kernel/{workqueue.rs => workqueue/mod.rs} | 0
2 files changed, 1 insertion(+)
diff --git a/MAINTAINERS b/MAINTAINERS
index 8fb7b70dfb47..8a12db6bd127 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -28511,6 +28511,7 @@ F: Documentation/core-api/workqueue.rst
F: include/linux/workqueue.h
F: kernel/workqueue.c
F: kernel/workqueue_internal.h
+F: rust/kernel/workqueue/
WWAN DRIVERS
M: Loic Poulain <loic.poulain@xxxxxxxxxxxxxxxx>
diff --git a/rust/kernel/workqueue.rs b/rust/kernel/workqueue/mod.rs
similarity index 100%
rename from rust/kernel/workqueue.rs
rename to rust/kernel/workqueue/mod.rs
--
2.53.0.473.g4a7958ca14-goog