commit | 44414d82cfe0f68cb59d0a42f599ccd893ae0032 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Apr 24 17:05:17 2018 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed May 16 07:23:35 2018 +0200 |
tree | f89c89cf2f7c919c22bcf3dac566c89eac6d2ff4 | |
parent | fddda2b7b521185f3aa018f9559eb33b0aee53a9 [diff] |
proc: introduce proc_create_seq_private Variant of proc_create_data that directly take a struct seq_operations argument + a private state size and drastically reduces the boilerplate code in the callers. All trivial callers converted over. Signed-off-by: Christoph Hellwig <hch@lst.de>