]> git.ipfire.org Git - thirdparty/linux.git/commit
rust: debugfs: support binary large objects for ScopedDir
authorDanilo Krummrich <dakr@kernel.org>
Wed, 22 Oct 2025 14:30:43 +0000 (16:30 +0200)
committerDanilo Krummrich <dakr@kernel.org>
Tue, 4 Nov 2025 23:35:40 +0000 (00:35 +0100)
commit35bd14d929af1b16f58d7b786c52187628427922
treecb1eb7275ddb1f1425c45c3e99cbfce4e72a7eca
parent52af0c37964be5a685cfd7aa4127bdd29d629cc7
rust: debugfs: support binary large objects for ScopedDir

Add support for creating binary debugfs files via ScopedDir. This
mirrors the existing functionality for Dir, but without producing an
owning handle -- files are automatically removed when the associated
Scope is dropped.

Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Reviewed-by: Matthew Maurer <mmaurer@google.com>
Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Signed-off-by: Danilo Krummrich <dakr@kernel.org>
rust/kernel/debugfs.rs