+2
−0
rust/kernel/debugfs.rs
0 → 100644
+82
−0
rust/kernel/debugfs/entry.rs
0 → 100644
+61
−0
+1
−0
Loading
Adds a `debugfs::Dir` type that can be used to create and remove DebugFS directories. The `Dir` handle automatically cleans up the directory on `Drop`. Signed-off-by:Matthew Maurer <mmaurer@google.com> Tested-by:
Dirk Behme <dirk.behme@de.bosch.com> Acked-by:
Greg Kroah-Hartman <gregkh@linuxfoundation.org> Link: https://lore.kernel.org/r/20250904-debugfs-rust-v11-1-7d12a165685a@google.com Signed-off-by:
Danilo Krummrich <dakr@kernel.org>