commit | fddda2b7b521185f3aa018f9559eb33b0aee53a9 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Fri Apr 13 19:44:18 2018 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed May 16 07:23:35 2018 +0200 |
tree | ece18b3d82822f8eaefd8b0afa2f93307e83b253 | |
parent | 7aed53d1dfd14d468e065212ce45068e2b50c1fa [diff] |
proc: introduce proc_create_seq{,_data} 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>