diff options
Diffstat (limited to 'fs/nfs/internal.h')
-rw-r--r-- | fs/nfs/internal.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h index 617f36611d4a..e2a45ae5014e 100644 --- a/fs/nfs/internal.h +++ b/fs/nfs/internal.h | |||
@@ -195,7 +195,16 @@ extern struct rpc_clnt *nfs4_find_or_create_ds_client(struct nfs_client *, | |||
195 | #ifdef CONFIG_PROC_FS | 195 | #ifdef CONFIG_PROC_FS |
196 | extern int __init nfs_fs_proc_init(void); | 196 | extern int __init nfs_fs_proc_init(void); |
197 | extern void nfs_fs_proc_exit(void); | 197 | extern void nfs_fs_proc_exit(void); |
198 | extern int nfs_fs_proc_net_init(struct net *net); | ||
199 | extern void nfs_fs_proc_net_exit(struct net *net); | ||
198 | #else | 200 | #else |
201 | static inline int nfs_fs_proc_net_init(struct net *net) | ||
202 | { | ||
203 | return 0; | ||
204 | } | ||
205 | static inline void nfs_fs_proc_net_exit(struct net *net) | ||
206 | { | ||
207 | } | ||
199 | static inline int nfs_fs_proc_init(void) | 208 | static inline int nfs_fs_proc_init(void) |
200 | { | 209 | { |
201 | return 0; | 210 | return 0; |