Skip to content

Commit cdbd321

Browse files
author
Trond Myklebust
committed
NFS: remove unused variable nfs_rpcstat
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
1 parent 17f46b8 commit cdbd321

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

fs/nfs/client.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,6 @@ const struct rpc_program nfs_program = {
7676
.pipe_dir_name = NFS_PIPE_DIRNAME,
7777
};
7878

79-
struct rpc_stat nfs_rpcstat = {
80-
.program = &nfs_program
81-
};
82-
8379
static struct nfs_subversion *find_nfs_version(unsigned int version)
8480
{
8581
struct nfs_subversion *nfs;

0 commit comments

Comments
 (0)