diff options
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index 4802157963f8..ac370d5d4494 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -15,6 +15,12 @@ struct nfs_clone_mount { | |||
15 | rpc_authflavor_t authflavor; | 15 | rpc_authflavor_t authflavor; |
16 | }; | 16 | }; |
17 | 17 | ||
18 | /* client.c */ | ||
19 | extern void nfs_put_client(struct nfs_client *); | ||
20 | extern struct nfs_client *nfs_find_client(const struct sockaddr_in *, int); | ||
21 | extern struct nfs_client *nfs_get_client(const char *, const struct sockaddr_in *, int); | ||
22 | extern void nfs_mark_client_ready(struct nfs_client *, int); | ||
23 | |||
18 | /* nfs4namespace.c */ | 24 | /* nfs4namespace.c */ |
19 | #ifdef CONFIG_NFS_V4 | 25 | #ifdef CONFIG_NFS_V4 |
20 | extern struct vfsmount *nfs_do_refmount(const struct vfsmount *mnt_parent, struct dentry *dentry); | 26 | extern struct vfsmount *nfs_do_refmount(const struct vfsmount *mnt_parent, struct dentry *dentry); |