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/internal.h | |
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/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index 93b732523342..633af813984d 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -148,6 +148,7 @@ extern void nfs_umount(const struct nfs_mount_request *info); | |||
148 | /* client.c */ | 148 | /* client.c */ |
149 | extern const struct rpc_program nfs_program; | 149 | extern const struct rpc_program nfs_program; |
150 | extern void nfs_clients_init(struct net *net); | 150 | extern void nfs_clients_init(struct net *net); |
151 | extern struct nfs_client *nfs_alloc_client(const struct nfs_client_initdata *); | ||
151 | 152 | ||
152 | extern void nfs_cleanup_cb_ident_idr(struct net *); | 153 | extern void nfs_cleanup_cb_ident_idr(struct net *); |
153 | extern void nfs_put_client(struct nfs_client *); | 154 | extern void nfs_put_client(struct nfs_client *); |