diff options
author | Trond Myklebust <trond.myklebust@hammerspace.com> | 2024-03-06 18:04:42 -0500 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2024-03-09 09:14:51 -0500 |
commit | cdbd321ac15e1e663c15fc0433024f6487531f27 (patch) | |
tree | 863f989a0e21ec30555638f478592783828b013c | |
parent | 17f46b803d4f23c66cacce81db35fef3adb8f2af (diff) |
NFS: remove unused variable nfs_rpcstat
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
-rw-r--r-- | fs/nfs/client.c | 4 |
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; |