diff options
author | Bryan Schumaker <bjschuma@netapp.com> | 2012-06-20 15:53:46 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2012-06-29 11:46:46 -0400 |
commit | 6663ee7f8187708143255c057bc132bbc84c1894 (patch) | |
tree | 17e47c1be9da2b3e67d74155676fdba92f435efe /fs/nfs/proc.c | |
parent | cdb7ecedec766861e7c4cc35a203518f92023bff (diff) |
NFS: Create an alloc_client rpc_op
This gives NFS v4 a way to set up callbacks and sessions without v2 or
v3 having to do them as well.
Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
Diffstat (limited to 'fs/nfs/proc.c')
-rw-r--r-- | fs/nfs/proc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/proc.c b/fs/nfs/proc.c index 53620bf10969..99a002515dfe 100644 --- a/fs/nfs/proc.c +++ b/fs/nfs/proc.c | |||
@@ -790,6 +790,7 @@ const struct nfs_rpc_ops nfs_v2_clientops = { | |||
790 | .close_context = nfs_close_context, | 790 | .close_context = nfs_close_context, |
791 | .have_delegation = nfs_have_delegation, | 791 | .have_delegation = nfs_have_delegation, |
792 | .return_delegation = nfs_return_delegation, | 792 | .return_delegation = nfs_return_delegation, |
793 | .alloc_client = nfs_alloc_client, | ||
793 | .init_client = nfs_init_client, | 794 | .init_client = nfs_init_client, |
794 | .free_client = nfs_free_client, | 795 | .free_client = nfs_free_client, |
795 | }; | 796 | }; |