diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 07048c012dec..0872f32c8eef 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -1098,7 +1098,7 @@ struct nfs41_exchange_id_args { | |||
1098 | u32 flags; | 1098 | u32 flags; |
1099 | }; | 1099 | }; |
1100 | 1100 | ||
1101 | struct server_owner { | 1101 | struct nfs41_server_owner { |
1102 | uint64_t minor_id; | 1102 | uint64_t minor_id; |
1103 | uint32_t major_id_sz; | 1103 | uint32_t major_id_sz; |
1104 | char major_id[NFS4_OPAQUE_LIMIT]; | 1104 | char major_id[NFS4_OPAQUE_LIMIT]; |
@@ -1118,6 +1118,7 @@ struct nfs41_impl_id { | |||
1118 | struct nfs41_exchange_id_res { | 1118 | struct nfs41_exchange_id_res { |
1119 | struct nfs_client *client; | 1119 | struct nfs_client *client; |
1120 | u32 flags; | 1120 | u32 flags; |
1121 | struct nfs41_server_owner *server_owner; | ||
1121 | struct nfs41_server_scope *server_scope; | 1122 | struct nfs41_server_scope *server_scope; |
1122 | struct nfs41_impl_id *impl_id; | 1123 | struct nfs41_impl_id *impl_id; |
1123 | }; | 1124 | }; |