nfsd: stop setting ->pg_stats for unused stats
authorJosef Bacik <josef@toxicpanda.com>
Fri, 26 Jan 2024 15:39:41 +0000 (10:39 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Fri, 1 Mar 2024 14:12:08 +0000 (09:12 -0500)
commita2214ed588fb3c5b9824a21cff870482510372bb
treec610b9486cb00eff0a9e9af4bc5c0beddae92e89
parentab42f4d9a26f1723dcfd6c93fcf768032b2bb5e7
nfsd: stop setting ->pg_stats for unused stats

A lot of places are setting a blank svc_stats in ->pg_stats and never
utilizing these stats.  Remove all of these extra structs as we're not
reporting these stats anywhere.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/lockd/svc.c
fs/nfs/callback.c
fs/nfsd/nfssvc.c