Commit c3506372 authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

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: default avatarChristoph Hellwig <hch@lst.de>
parent a2dcdee3
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment