diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 201c312152fb..6387fc0097fe 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -1125,6 +1125,12 @@ struct nfs41_impl_id { | |||
1125 | struct nfstime4 date; | 1125 | struct nfstime4 date; |
1126 | }; | 1126 | }; |
1127 | 1127 | ||
1128 | struct nfs41_bind_conn_to_session_res { | ||
1129 | struct nfs4_session *session; | ||
1130 | u32 dir; | ||
1131 | bool use_conn_in_rdma_mode; | ||
1132 | }; | ||
1133 | |||
1128 | struct nfs41_exchange_id_res { | 1134 | struct nfs41_exchange_id_res { |
1129 | struct nfs_client *client; | 1135 | struct nfs_client *client; |
1130 | u32 flags; | 1136 | u32 flags; |