aboutsummaryrefslogtreecommitdiff
path: root/include/linux/sunrpc
diff options
context:
space:
mode:
authorJosef Bacik <[email protected]>2024-01-26 10:39:43 -0500
committerChuck Lever <[email protected]>2024-03-01 09:12:09 -0500
commit3f6ef182f144dcc9a4d942f97b6a8ed969f13c95 (patch)
tree8aeb4f14c3a127211093ae792c9af70debe1b840 /include/linux/sunrpc
parentf094323867668d50124886ad884b665de7319537 (diff)
sunrpc: remove ->pg_stats from svc_program
Now that this isn't used anywhere, remove it. Signed-off-by: Josef Bacik <[email protected]> Reviewed-by: Jeff Layton <[email protected]> Signed-off-by: Chuck Lever <[email protected]>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r--include/linux/sunrpc/svc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/svc.h b/include/linux/sunrpc/svc.h
index 91a653eb3a50..23617da0e565 100644
--- a/include/linux/sunrpc/svc.h
+++ b/include/linux/sunrpc/svc.h
@@ -339,7 +339,6 @@ 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 */
enum svc_auth_status (*pg_authenticate)(struct svc_rqst *rqstp);
__be32 (*pg_init_request)(struct svc_rqst *,
const struct svc_program *,