kernel_samsung_a53x/net/sunrpc
Josef Bacik f285f5881d sunrpc: pass in the sv_stats struct through svc_create_pooled
[ Upstream commit f094323867668d50124886ad884b665de7319537 ]

Since only one service actually reports the rpc stats there's not much
of a reason to have a pointer to it in the svc_program struct.  Adjust
the svc_create_pooled function to take the sv_stats as an argument and
pass the struct through there as desired instead of getting it from the
svc_program->pg_stats.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
[ cel: adjusted to apply to v5.10.y ]
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2025-01-19 14:48:42 +01:00
..
auth_gss SUNRPC: Convert rpc_client refcount to use refcount_t 2024-12-17 13:24:22 +01:00
xprtrdma svcrdma: Catch another Reply chunk overflow case 2025-01-19 00:10:01 +01:00
addr.c net: sunrpc: Fix an off by one in rpc_sockaddr2uaddr() 2024-11-19 08:44:57 +01:00
auth.c
auth_null.c
auth_unix.c
backchannel_rqst.c
cache.c SUNRPC: make sure cache entry active before cache_show 2024-12-17 13:24:20 +01:00
clnt.c sunrpc: remove unnecessary test in rpc_task_set_client() 2024-12-17 13:24:22 +01:00
debugfs.c SUNRPC: Convert rpc_client refcount to use refcount_t 2024-12-17 13:24:22 +01:00
Kconfig
Makefile
netns.h
rpc_pipe.c SUNRPC: Convert rpc_client refcount to use refcount_t 2024-12-17 13:24:22 +01:00
rpcb_clnt.c
sched.c SUNRPC: Fix a race to wake a sync task 2024-11-23 23:20:24 +01:00
socklib.c
socklib.h
stats.c sunrpc: use the struct net as the svc proc private 2025-01-19 14:48:42 +01:00
sunrpc.h
sunrpc_syms.c
svc.c sunrpc: pass in the sv_stats struct through svc_create_pooled 2025-01-19 14:48:42 +01:00
svc_xprt.c Revert "nfsd: Don't call freezable_schedule_timeout() after each successful page allocation in svc_alloc_arg()." 2024-11-24 00:23:50 +01:00
svcauth.c SUNRPC: Add svc_rqst::rq_auth_stat 2024-11-19 12:27:45 +01:00
svcauth_unix.c SUNRPC: Set rq_auth_stat in the pg_authenticate() callout 2024-11-19 12:27:45 +01:00
svcsock.c nfsd: fix double fget() bug in __write_ports_addfd() 2024-11-19 12:28:32 +01:00
sysctl.c
timer.c
xdr.c NFSD: Refactor common code out of dirlist helpers 2024-11-19 12:28:23 +01:00
xprt.c
xprtmultipath.c
xprtsock.c net, sunrpc: Remap EPERM in case of connection failure in xs_tcp_setup_socket 2025-01-19 00:09:58 +01:00