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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/nfs_xdr.h b/include/linux/nfs_xdr.h
index 0f2dc8f4cc36..d837f10c49ef 100644
--- a/include/linux/nfs_xdr.h
+++ b/include/linux/nfs_xdr.h
@@ -867,6 +867,11 @@ struct nfs4_fs_locations_arg {
867 struct nfs4_sequence_args seq_args; 867 struct nfs4_sequence_args seq_args;
868}; 868};
869 869
870struct nfs4_fs_locations_res {
871 struct nfs4_fs_locations *fs_locations;
872 struct nfs4_sequence_res seq_res;
873};
874
870#endif /* CONFIG_NFS_V4 */ 875#endif /* CONFIG_NFS_V4 */
871 876
872struct nfs_page; 877struct nfs_page;