projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
17f46b8
)
NFS: remove unused variable nfs_rpcstat
author
Trond Myklebust
<trond.myklebust@hammerspace.com>
Wed, 6 Mar 2024 23:04:42 +0000
(18:04 -0500)
committer
Trond Myklebust
<trond.myklebust@hammerspace.com>
Sat, 9 Mar 2024 14:14:51 +0000
(09:14 -0500)
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
fs/nfs/client.c
patch
|
blob
|
history
diff --git
a/fs/nfs/client.c
b/fs/nfs/client.c
index a8fad331dff6b622ee6223d9d4c91be75dd4036d..de77848ae6545566a5c38501516f3769e142f4cd 100644
(file)
--- 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;