commit | 3f3942aca6da351a12543aa776467791b63b3a78 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue May 15 15:57:23 2018 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed May 16 07:23:35 2018 +0200 |
tree | 31030e086ea36920e07078ea2289b9b72c0b2939 | |
parent | 44414d82cfe0f68cb59d0a42f599ccd893ae0032 [diff] |
proc: introduce proc_create_single{,_data} Variants of proc_create{,_data} that directly take a seq_file show callback and drastically reduces the boilerplate code in the callers. All trivial callers converted over. Signed-off-by: Christoph Hellwig <hch@lst.de>