From 2fc5b9bfdb34d376b108c0e6434baff17da65985 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Mon, 7 Apr 2008 16:52:44 -0400 Subject: [PATCH] --- yaml --- r: 88213 b: refs/heads/master c: ed13c27e546667fb0967ae30f5070cd7f6455f90 h: refs/heads/master i: 88211: 7079518a595cd109187bff15e37c111ee2ca035f v: v3 --- [refs] | 2 +- trunk/net/sunrpc/clnt.c | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 2d4b8ba38cd3..13ed661c2a6c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 240ee831187e000704cba3208ef6b0a8ad49bd64 +refs/heads/master: ed13c27e546667fb0967ae30f5070cd7f6455f90 diff --git a/trunk/net/sunrpc/clnt.c b/trunk/net/sunrpc/clnt.c index 8c6a7f1a25e9..8834d68972cb 100644 --- a/trunk/net/sunrpc/clnt.c +++ b/trunk/net/sunrpc/clnt.c @@ -261,10 +261,6 @@ struct rpc_clnt *rpc_create(struct rpc_create_args *args) }; char servername[48]; - xprt = xprt_create_transport(&xprtargs); - if (IS_ERR(xprt)) - return (struct rpc_clnt *)xprt; - /* * If the caller chooses not to specify a hostname, whip * up a string representation of the passed-in address.