aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r--include/linux/nfs_xdr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index 6387fc0097fe..d1a7bf51c326 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -1132,7 +1132,8 @@ struct nfs41_bind_conn_to_session_res {
1132}; 1132};
1133 1133
1134struct nfs41_exchange_id_res { 1134struct nfs41_exchange_id_res {
1135 struct nfs_client *client; 1135 u64 clientid;
1136 u32 seqid;
1136 u32 flags; 1137 u32 flags;
1137 struct nfs41_server_owner *server_owner; 1138 struct nfs41_server_owner *server_owner;
1138 struct nfs41_server_scope *server_scope; 1139 struct nfs41_server_scope *server_scope;