diff options
author | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-08-26 19:58:45 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2013-08-30 09:19:35 -0400 |
commit | 1dada8e1f94e863a94f6622f0ddb5d1b01420150 (patch) | |
tree | 4fdbc6b22de594bb9cc421629d6b45e75e176b53 /include/linux/sunrpc | |
parent | 55909f21a1079c5f9751d7919f8c9411500e1667 (diff) |
SUNRPC: Remove unused struct rpc_clnt field cl_protname
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'include/linux/sunrpc')
-rw-r--r-- | include/linux/sunrpc/clnt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/sunrpc/clnt.h b/include/linux/sunrpc/clnt.h index bfe11be81f6f..481f9c07631e 100644 --- a/include/linux/sunrpc/clnt.h +++ b/include/linux/sunrpc/clnt.h | |||
@@ -41,7 +41,6 @@ struct rpc_clnt { | |||
41 | cl_vers, /* RPC version number */ | 41 | cl_vers, /* RPC version number */ |
42 | cl_maxproc; /* max procedure number */ | 42 | cl_maxproc; /* max procedure number */ |
43 | 43 | ||
44 | const char * cl_protname; /* protocol name */ | ||
45 | struct rpc_auth * cl_auth; /* authenticator */ | 44 | struct rpc_auth * cl_auth; /* authenticator */ |
46 | struct rpc_stat * cl_stats; /* per-program statistics */ | 45 | struct rpc_stat * cl_stats; /* per-program statistics */ |
47 | struct rpc_iostats * cl_metrics; /* per-client statistics */ | 46 | struct rpc_iostats * cl_metrics; /* per-client statistics */ |