]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
NFS: Convert NFS client to use new rpc_create() API
authorChuck Lever <chuck.lever@oracle.com>
Wed, 23 Aug 2006 00:06:20 +0000 (20:06 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Sat, 23 Sep 2006 03:24:50 +0000 (23:24 -0400)
commit41877d207c46f050b709f452703ade20c3b4a096
treea0da315e01e6008823dcc46c602e13c550a085a8
parente1ec78928b4d5a31b7a847e65c6009f4229f7c0f
NFS: Convert NFS client to use new rpc_create() API

Convert NFS client mount logic to use rpc_create() instead of the old
xprt_create_proto/rpc_create_client API.

Test plan:
Mount stress tests.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/client.c