commit | c3506372277779fccbffee2475400fcd689d5738 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Apr 10 19:42:55 2018 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Wed May 16 07:24:30 2018 +0200 |
tree | d45d820f96a84a1223fa84c6ad4b7d84a81399aa | |
parent | a2dcdee3748b664bf011b4b12de64e945dd4c8c2 [diff] |
proc: introduce proc_create_net{,_data} Variants of proc_create{,_data} that directly take a struct seq_operations and deal with network namespaces in ->open and ->release. All callers of proc_create + seq_open_net converted over, and seq_{open,release}_net are removed entirely. Signed-off-by: Christoph Hellwig <hch@lst.de>