diff options
Diffstat (limited to 'include/linux/nfs_xdr.h')
-rw-r--r-- | include/linux/nfs_xdr.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h index 7159e1da63b6..e696c1fb139a 100644 --- a/include/linux/nfs_xdr.h +++ b/include/linux/nfs_xdr.h | |||
@@ -1092,6 +1092,16 @@ struct nfs41_secinfo_no_name_args { | |||
1092 | struct nfs4_sequence_args seq_args; | 1092 | struct nfs4_sequence_args seq_args; |
1093 | }; | 1093 | }; |
1094 | 1094 | ||
1095 | struct nfs41_test_stateid_args { | ||
1096 | nfs4_stateid *stateid; | ||
1097 | struct nfs4_sequence_args seq_args; | ||
1098 | }; | ||
1099 | |||
1100 | struct nfs41_test_stateid_res { | ||
1101 | unsigned int status; | ||
1102 | struct nfs4_sequence_res seq_res; | ||
1103 | }; | ||
1104 | |||
1095 | #endif /* CONFIG_NFS_V4_1 */ | 1105 | #endif /* CONFIG_NFS_V4_1 */ |
1096 | 1106 | ||
1097 | struct nfs_page; | 1107 | struct nfs_page; |