aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/nfs_xdr.h
diff options
context:
space:
mode:
authorBenny Halevy <bhalevy@panasas.com>2009-04-01 09:22:02 -0400
committerBenny Halevy <bhalevy@panasas.com>2009-06-17 13:46:27 -0400
commit22958463d5dca8548e19430779f379e66fd6e4a4 (patch)
tree6483363bee0eb39f155774858bdd06d5d8dc9d4a /include/linux/nfs_xdr.h
parent73c403a9a93743b068103c13c05ed136dc687d05 (diff)
nfs41: use nfs4_fs_locations_res
In preparation for nfs41 sequence processing. Signed-off-by: Andy Admason <andros@netapp.com> [find nfs4_fs_locations_res] Signed-off-by: Benny Halevy <bhalevy@panasas.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
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;