Revert "sunrpc: remove ->pg_stats from svc_program"
This reverts commit 2f7108a6c4
.
This commit is contained in:
parent
4229090b10
commit
279ec1c17f
2 changed files with 2 additions and 0 deletions
|
@ -136,6 +136,7 @@ struct svc_program nfsd_program = {
|
|||
.pg_vers = nfsd_version, /* version table */
|
||||
.pg_name = "nfsd", /* program name */
|
||||
.pg_class = "nfsd", /* authentication class */
|
||||
.pg_stats = &nfsd_svcstats, /* version table */
|
||||
.pg_authenticate = &svc_set_client, /* export authentication */
|
||||
.pg_init_request = nfsd_init_request,
|
||||
.pg_rpcbind_set = nfsd_rpcbind_set,
|
||||
|
|
|
@ -410,6 +410,7 @@ struct svc_program {
|
|||
const struct svc_version **pg_vers; /* version array */
|
||||
char * pg_name; /* service name */
|
||||
char * pg_class; /* class name: services sharing authentication */
|
||||
struct svc_stat * pg_stats; /* rpc statistics */
|
||||
int (*pg_authenticate)(struct svc_rqst *);
|
||||
__be32 (*pg_init_request)(struct svc_rqst *,
|
||||
const struct svc_program *,
|
||||
|
|
Loading…
Add table
Reference in a new issue