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.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/fs/nfs/internal.h b/fs/nfs/internal.h
index d602188f889f..2b9836fe4434 100644
--- a/fs/nfs/internal.h
+++ b/fs/nfs/internal.h
@@ -182,6 +182,10 @@ static inline void nfs_fs_proc_exit(void)
182{ 182{
183} 183}
184#endif 184#endif
185#ifdef CONFIG_NFS_V4
186extern spinlock_t nfs_client_lock;
187extern struct list_head nfs_client_list;
188#endif
185 189
186/* nfs4namespace.c */ 190/* nfs4namespace.c */
187#ifdef CONFIG_NFS_V4 191#ifdef CONFIG_NFS_V4