diff options
author | Josef Bacik <josef@toxicpanda.com> | 2024-01-26 16:39:40 +0100 |
---|---|---|
committer | Chuck Lever <chuck.lever@oracle.com> | 2024-03-01 15:12:07 +0100 |
commit | ab42f4d9a26f1723dcfd6c93fcf768032b2bb5e7 (patch) | |
tree | 6250606034cfb505a0eff0ddc480df5b8dade2e1 /fs/nfs | |
parent | NFSD: fix LISTXATTRS returning more bytes than maxcount (diff) | |
download | linux-ab42f4d9a26f1723dcfd6c93fcf768032b2bb5e7.tar.xz linux-ab42f4d9a26f1723dcfd6c93fcf768032b2bb5e7.zip |
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>
Diffstat (limited to 'fs/nfs')
0 files changed, 0 insertions, 0 deletions