mirror of
https://github.com/torvalds/linux.git
synced 2026-01-12 00:42:35 +08:00
Variants of proc_create{,_data} that directly take a struct seq_operations
argument and drastically reduces the boilerplate code in the callers.
All trivial callers converted over.
Signed-off-by: Christoph Hellwig <hch@lst.de>