sunrpc: don't change ->sv_stats if it doesn't exist
authorJosef Bacik <josef@toxicpanda.com>
Fri, 26 Jan 2024 15:39:40 +0000 (10:39 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Fri, 1 Mar 2024 14:12:07 +0000 (09:12 -0500)
commitab42f4d9a26f1723dcfd6c93fcf768032b2bb5e7
tree6250606034cfb505a0eff0ddc480df5b8dade2e1
parent31e4bb8fb8d6f1e0049ba1e564ef920bf9b688d0
sunrpc: don't change ->sv_stats if it doesn't exist

We check for the existence of ->sv_stats elsewhere except in the core
processing code.  It appears that only nfsd actual exports these values
anywhere, everybody else just has a write only copy of sv_stats in their
svc_program.  Add a check for ->sv_stats before every adjustment to
allow us to eliminate the stats struct from all the users who don't
report the stats.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
net/sunrpc/svc.c