diff options
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 f62bc5226155..f3b310e8ea03 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -100,6 +100,7 @@ extern void nfs_free_server(struct nfs_server *server); | |||
100 | extern struct nfs_server *nfs_clone_server(struct nfs_server *, | 100 | extern struct nfs_server *nfs_clone_server(struct nfs_server *, |
101 | struct nfs_fh *, | 101 | struct nfs_fh *, |
102 | struct nfs_fattr *); | 102 | struct nfs_fattr *); |
103 | extern void nfs_mark_client_ready(struct nfs_client *clp, int state); | ||
103 | #ifdef CONFIG_PROC_FS | 104 | #ifdef CONFIG_PROC_FS |
104 | extern int __init nfs_fs_proc_init(void); | 105 | extern int __init nfs_fs_proc_init(void); |
105 | extern void nfs_fs_proc_exit(void); | 106 | extern void nfs_fs_proc_exit(void); |