On Tue, Jan 21, 2025 at 07:36:34AM -0800, David Reaver wrote: > This patch series creates a toy pseudo-filesystem built on top of kernfs in > samples/kernfs/. Is that a good idea? kernfs and the interactions with the users of it is a pretty convoluted mess. I'd much prefer people writing their pseudo file systems to the VFS APIs over spreading kernfs usage further.