diff options
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 5498e9d9ba84..900d733668eb 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h | |||
@@ -17,7 +17,7 @@ struct nfs4_sequence_args; | |||
17 | struct nfs4_sequence_res; | 17 | struct nfs4_sequence_res; |
18 | struct nfs_server; | 18 | struct nfs_server; |
19 | struct nfs4_minor_version_ops; | 19 | struct nfs4_minor_version_ops; |
20 | struct server_scope; | 20 | struct nfs41_server_scope; |
21 | struct nfs41_impl_id; | 21 | struct nfs41_impl_id; |
22 | 22 | ||
23 | /* | 23 | /* |
@@ -80,13 +80,13 @@ struct nfs_client { | |||
80 | /* The flags used for obtaining the clientid during EXCHANGE_ID */ | 80 | /* The flags used for obtaining the clientid during EXCHANGE_ID */ |
81 | u32 cl_exchange_flags; | 81 | u32 cl_exchange_flags; |
82 | struct nfs4_session *cl_session; /* shared session */ | 82 | struct nfs4_session *cl_session; /* shared session */ |
83 | struct nfs41_server_scope *cl_serverscope; | ||
83 | #endif /* CONFIG_NFS_V4 */ | 84 | #endif /* CONFIG_NFS_V4 */ |
84 | 85 | ||
85 | #ifdef CONFIG_NFS_FSCACHE | 86 | #ifdef CONFIG_NFS_FSCACHE |
86 | struct fscache_cookie *fscache; /* client index cache cookie */ | 87 | struct fscache_cookie *fscache; /* client index cache cookie */ |
87 | #endif | 88 | #endif |
88 | 89 | ||
89 | struct server_scope *server_scope; /* from exchange_id */ | ||
90 | struct nfs41_impl_id *impl_id; /* from exchange_id */ | 90 | struct nfs41_impl_id *impl_id; /* from exchange_id */ |
91 | struct net *net; | 91 | struct net *net; |
92 | }; | 92 | }; |