Sfoglia il codice sorgente

SUNRPC: remove rpcbind clients creation during service registering

We don't need this code since rpcbind clients are creating during RPC service
creation.

Signed-off-by: Stanislav Kinsbursky <skinsbursky@parallels.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Stanislav Kinsbursky 13 anni fa
parent
commit
0f0c01da44
1 ha cambiato i file con 0 aggiunte e 9 eliminazioni
  1. 0 9
      net/sunrpc/rpcb_clnt.c

+ 0 - 9
net/sunrpc/rpcb_clnt.c

@@ -431,11 +431,6 @@ int rpcb_register(u32 prog, u32 vers, int prot, unsigned short port)
 	struct rpc_message msg = {
 	struct rpc_message msg = {
 		.rpc_argp	= &map,
 		.rpc_argp	= &map,
 	};
 	};
-	int error;
-
-	error = rpcb_create_local();
-	if (error)
-		return error;
 
 
 	dprintk("RPC:       %sregistering (%u, %u, %d, %u) with local "
 	dprintk("RPC:       %sregistering (%u, %u, %d, %u) with local "
 			"rpcbind\n", (port ? "" : "un"),
 			"rpcbind\n", (port ? "" : "un"),
@@ -571,11 +566,7 @@ int rpcb_v4_register(const u32 program, const u32 version,
 	struct rpc_message msg = {
 	struct rpc_message msg = {
 		.rpc_argp	= &map,
 		.rpc_argp	= &map,
 	};
 	};
-	int error;
 
 
-	error = rpcb_create_local();
-	if (error)
-		return error;
 	if (rpcb_local_clnt4 == NULL)
 	if (rpcb_local_clnt4 == NULL)
 		return -EPROTONOSUPPORT;
 		return -EPROTONOSUPPORT;