Revert "sunrpc: use the struct net as the svc proc private"
This reverts commit 2877cd403d
.
This commit is contained in:
parent
06b45d7dd6
commit
4229090b10
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ EXPORT_SYMBOL_GPL(rpc_proc_unregister);
|
|||
struct proc_dir_entry *
|
||||
svc_proc_register(struct net *net, struct svc_stat *statp, const struct proc_ops *proc_ops)
|
||||
{
|
||||
return do_register(net, statp->program->pg_name, net, proc_ops);
|
||||
return do_register(net, statp->program->pg_name, statp, proc_ops);
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(svc_proc_register);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue