diff options
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 6ad75948cbf7..e9a51fe46aa3 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h | |||
@@ -32,6 +32,7 @@ struct nfs_client { | |||
32 | const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */ | 32 | const struct nfs_rpc_ops *rpc_ops; /* NFS protocol vector */ |
33 | int cl_proto; /* Network transport protocol */ | 33 | int cl_proto; /* Network transport protocol */ |
34 | 34 | ||
35 | u32 cl_minorversion;/* NFSv4 minorversion */ | ||
35 | struct rpc_cred *cl_machine_cred; | 36 | struct rpc_cred *cl_machine_cred; |
36 | 37 | ||
37 | #ifdef CONFIG_NFS_V4 | 38 | #ifdef CONFIG_NFS_V4 |
@@ -63,7 +64,7 @@ struct nfs_client { | |||
63 | */ | 64 | */ |
64 | char cl_ipaddr[48]; | 65 | char cl_ipaddr[48]; |
65 | unsigned char cl_id_uniquifier; | 66 | unsigned char cl_id_uniquifier; |
66 | #endif | 67 | #endif /* CONFIG_NFS_V4 */ |
67 | 68 | ||
68 | #ifdef CONFIG_NFS_FSCACHE | 69 | #ifdef CONFIG_NFS_FSCACHE |
69 | struct fscache_cookie *fscache; /* client index cache cookie */ | 70 | struct fscache_cookie *fscache; /* client index cache cookie */ |