summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/clnt.c
diff options
context:
space:
mode:
authorTrond Myklebust2013-08-27 01:58:45 +0200
committerTrond Myklebust2013-08-30 15:19:35 +0200
commit1dada8e1f94e863a94f6622f0ddb5d1b01420150 (patch)
tree4fdbc6b22de594bb9cc421629d6b45e75e176b53 /net/sunrpc/clnt.c
parentSUNRPC: Deprecate rpc_client->cl_protname (diff)
downloadkernel-qcow2-linux-1dada8e1f94e863a94f6622f0ddb5d1b01420150.tar.gz
kernel-qcow2-linux-1dada8e1f94e863a94f6622f0ddb5d1b01420150.tar.xz
kernel-qcow2-linux-1dada8e1f94e863a94f6622f0ddb5d1b01420150.zip
SUNRPC: Remove unused struct rpc_clnt field cl_protname
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'net/sunrpc/clnt.c')
-rw-r--r--net/sunrpc/clnt.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sunrpc/clnt.c b/net/sunrpc/clnt.c
index e862f8c7530a..a327cc7cbae1 100644
--- a/net/sunrpc/clnt.c
+++ b/net/sunrpc/clnt.c
@@ -348,7 +348,6 @@ static struct rpc_clnt * rpc_new_client(const struct rpc_create_args *args, stru
rcu_assign_pointer(clnt->cl_xprt, xprt);
clnt->cl_procinfo = version->procs;
clnt->cl_maxproc = version->nrprocs;
- clnt->cl_protname = program->name;
clnt->cl_prog = args->prognumber ? : program->number;
clnt->cl_vers = version->number;
clnt->cl_stats = program->stats;