On Fri, 2026-01-30 at 08:34 +0000, Alice Ryhl wrote: > On Wed, Jan 28, 2026 at 08:28:36PM -0600, Timur Tabi wrote: > > +// FIXME: Move this into per-module data once that exists > > +static mut DEBUGFS_ROOT: Option<debugfs::Dir> = None; > > Surely debugfs has a solution to avoid this...
Yes, debugfs_lookup(), but that was rejected: https://lore.kernel.org/all/[email protected]/
