diff options
Diffstat (limited to 'include/linux/nfs_fs_sb.h')
-rw-r--r-- | include/linux/nfs_fs_sb.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/nfs_fs_sb.h b/include/linux/nfs_fs_sb.h index 206485e5082f..435ed556efb5 100644 --- a/include/linux/nfs_fs_sb.h +++ b/include/linux/nfs_fs_sb.h | |||
@@ -78,6 +78,12 @@ struct nfs_client { | |||
78 | #endif /* CONFIG_NFS_V4 */ | 78 | #endif /* CONFIG_NFS_V4 */ |
79 | 79 | ||
80 | #ifdef CONFIG_NFS_V4_1 | 80 | #ifdef CONFIG_NFS_V4_1 |
81 | /* clientid returned from EXCHANGE_ID, used by session operations */ | ||
82 | u64 cl_ex_clid; | ||
83 | /* The sequence id to use for the next CREATE_SESSION */ | ||
84 | u32 cl_seqid; | ||
85 | /* The flags used for obtaining the clientid during EXCHANGE_ID */ | ||
86 | u32 cl_exchange_flags; | ||
81 | struct nfs4_session *cl_session; /* sharred session */ | 87 | struct nfs4_session *cl_session; /* sharred session */ |
82 | #endif /* CONFIG_NFS_V4_1 */ | 88 | #endif /* CONFIG_NFS_V4_1 */ |
83 | 89 | ||