]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
SUNRPC: Convert RPC portmapper to use new rpc_create() API
authorChuck Lever <chuck.lever@oracle.com>
Wed, 23 Aug 2006 00:06:21 +0000 (20:06 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 23 Sep 2006 03:24:51 +0000 (23:24 -0400)
commit9e1968c58d72c4b85d8a69bda1e194f9701fb224
treeac19353824d0567f6986c505869810228dfaed64
parentae5c79476f36512d1100e162606bb5691f2cce5a
SUNRPC: Convert RPC portmapper to use new rpc_create() API

Replace xprt_create_proto/rpc_create_client calls in pmap_clnt.c with new
rpc_create() API.

Test plan:
Repeated runs of Connectathon locking suite.  Check network trace for
proper PMAP calls and replies.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/pmap_clnt.c