summaryrefslogtreecommitdiffstats
path: root/fs/nfs
diff options
context:
space:
mode:
authorTrond Myklebust <trond.myklebust@hammerspace.com>2024-03-06 18:04:42 -0500
committerTrond Myklebust <trond.myklebust@hammerspace.com>2024-03-09 09:14:51 -0500
commitcdbd321ac15e1e663c15fc0433024f6487531f27 (patch)
tree863f989a0e21ec30555638f478592783828b013c /fs/nfs
parent17f46b803d4f23c66cacce81db35fef3adb8f2af (diff)
downloadlinux-cdbd321ac15e1e663c15fc0433024f6487531f27.tar.gz
linux-cdbd321ac15e1e663c15fc0433024f6487531f27.tar.bz2
linux-cdbd321ac15e1e663c15fc0433024f6487531f27.zip
NFS: remove unused variable nfs_rpcstat
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'fs/nfs')
-rw-r--r--fs/nfs/client.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/fs/nfs/client.c b/fs/nfs/client.c
index a8fad331dff6..de77848ae654 100644
--- a/fs/nfs/client.c
+++ b/fs/nfs/client.c
@@ -76,10 +76,6 @@ const struct rpc_program nfs_program = {
.pipe_dir_name = NFS_PIPE_DIRNAME,
};
-struct rpc_stat nfs_rpcstat = {
- .program = &nfs_program
-};
-
static struct nfs_subversion *find_nfs_version(unsigned int version)
{
struct nfs_subversion *nfs;