aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nfs/internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r--fs/nfs/internal.h1
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);
100extern struct nfs_server *nfs_clone_server(struct nfs_server *, 100extern 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 *);
103extern void nfs_mark_client_ready(struct nfs_client *clp, int state);
103#ifdef CONFIG_PROC_FS 104#ifdef CONFIG_PROC_FS
104extern int __init nfs_fs_proc_init(void); 105extern int __init nfs_fs_proc_init(void);
105extern void nfs_fs_proc_exit(void); 106extern void nfs_fs_proc_exit(void);